com.togethersoft.openapi.util.propertyMap
Class DefaultPropertyMap.DefaultProperty


public class DefaultPropertyMap.DefaultProperty
implements Property


Field Summary
 private ObjectmyKey
           
 private ObjectmyValue
           
 private DefaultPropertynext
           
 private DefaultPropertyprev
           

Constructor Summary
DefaultPropertyMap.DefaultProperty(Object key, Object value)
           

Method Summary
 (package private) booleanbelongsToMap(DefaultPropertyMap map)
           
 booleancanSetValue(Object value)
           
 booleanequals(Object obj)
           
 ObjectgetKey()
           
 PropertyMapgetSubproperties()
           
 ObjectgetValue()
           
 ObjectgetValue(Class valueClass)
           
 inthashCode()
           
 booleanisReadable()
           
 booleanisWritable()
           
 voidsetValue(Object newValue)
           

Field Detail

myKey

private Object myKey

myValue

private Object myValue

next

private DefaultProperty next

prev

private DefaultProperty prev
Constructor Detail

DefaultPropertyMap.DefaultProperty

public DefaultPropertyMap.DefaultProperty(Object key, Object value)
Method Detail

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)

Association Links

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