com.togethersoft.openapi.util.propertyMap
Class SwitchablePropertyMap.MyProperty


private class SwitchablePropertyMap.MyProperty
implements Property


Field Summary
 private PropertyMapmyMap
           
 private PropertymyProperty
           

Constructor Summary
SwitchablePropertyMap.MyProperty(Property property, PropertyMap map)
           

Method Summary
 booleancanSetValue(Object value)
           
 booleanequals(Object obj)
           
 ObjectgetKey()
           
 PropertyMapgetSubproperties()
           
 ObjectgetValue()
           
 ObjectgetValue(Class valueClass)
           
 inthashCode()
           
 booleanisReadable()
           
 booleanisWritable()
           
 voidsetValue(Object value)
           

Field Detail

myMap

private PropertyMap myMap

myProperty

private Property myProperty
Constructor Detail

SwitchablePropertyMap.MyProperty

public SwitchablePropertyMap.MyProperty(Property property, PropertyMap map)
Method Detail

canSetValue

public boolean canSetValue(Object value)

equals

public boolean equals(Object obj)

getKey

public Object getKey()

getSubproperties

public PropertyMap getSubproperties()

getValue

public Object getValue()

getValue

public Object getValue(Class valueClass)
throws CastNotSupportedException

hashCode

public int hashCode()

isReadable

public boolean isReadable()

isWritable

public boolean isWritable()

setValue

public void setValue(Object value)

Association Links

to Class com.togethersoft.openapi.util.propertyMap.Property

to Class com.togethersoft.openapi.util.propertyMap.PropertyMap