com.togethersoft.openapi.util.propertyMap
Class DefaultPropertyMap.DefaultProperty
- public class DefaultPropertyMap.DefaultProperty
- implements Property
myKey
private Object myKey
myValue
private Object myValue
next
private DefaultProperty next
prev
private DefaultProperty prev
DefaultPropertyMap.DefaultProperty
public DefaultPropertyMap.DefaultProperty(Object key, Object value)
belongsToMap
boolean belongsToMap(DefaultPropertyMap map)
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 newValue)
to Class java.lang.Object
to Class java.lang.Object
to Class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty
to Class com.togethersoft.openapi.util.propertyMap.DefaultPropertyMap.DefaultProperty