com.openharbor.beck.map
Class Configuration.MarshalSelector

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

public static class Configuration.MarshalSelector
extends Configuration.Selector

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


Field Summary
 java.lang.Class parentClass
           
 XMLName parentElement
           
 java.lang.String propertyName
           
 java.lang.Class sourceClass
           
 
Fields inherited from class com.openharbor.beck.map.Configuration.Selector
key
 
Constructor Summary
Configuration.MarshalSelector()
           
 
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

parentElement

public XMLName parentElement

propertyName

public java.lang.String propertyName

sourceClass

public java.lang.Class sourceClass
Constructor Detail

Configuration.MarshalSelector

public Configuration.MarshalSelector()
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