com.openharbor.beck.map
Class Configuration.UnmarshalSelector

java.lang.Object
  extended bycom.openharbor.beck.map.Configuration.Selector
      extended bycom.openharbor.beck.map.Configuration.UnmarshalSelector
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Configuration

public static class Configuration.UnmarshalSelector
extends Configuration.Selector

Identifies a configuration parameter and the circumstances in which it will affect unmarshalling.


Field Summary
 java.lang.Class objectClass
           
 java.lang.Class parentClass
           
 XMLName parentName
           
 boolean sourceIsAttribute
           
 XMLName sourceName
           
 
Fields inherited from class com.openharbor.beck.map.Configuration.Selector
key
 
Constructor Summary
Configuration.UnmarshalSelector()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class com.openharbor.beck.map.Configuration.Selector
copy
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parentClass

public java.lang.Class parentClass

parentName

public XMLName parentName

sourceName

public XMLName sourceName

sourceIsAttribute

public boolean sourceIsAttribute

objectClass

public java.lang.Class objectClass
Constructor Detail

Configuration.UnmarshalSelector

public Configuration.UnmarshalSelector()
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class Configuration.Selector

hashCode

public int hashCode()
Overrides:
hashCode in class Configuration.Selector