com.openharbor.beck.map
Class Configuration.Selector

java.lang.Object
  extended bycom.openharbor.beck.map.Configuration.Selector
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
Configuration.MarshalSelector, Configuration.UnmarshalSelector
Enclosing class:
Configuration

public static class Configuration.Selector
extends java.lang.Object
implements java.lang.Cloneable

Identifies a configuration parameter.


Field Summary
 XMLName key
           
 
Constructor Summary
Configuration.Selector()
           
 
Method Summary
 Configuration.Selector copy()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

public XMLName key
Constructor Detail

Configuration.Selector

public Configuration.Selector()
Method Detail

copy

public Configuration.Selector copy()

equals

public boolean equals(java.lang.Object o)

hashCode

public int hashCode()