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


public class DefaultPropertyMap.DefaultProperty
implements Property


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

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

Constructor Detail

DefaultPropertyMap.DefaultProperty

public DefaultPropertyMap.DefaultProperty(Object key, Object value)
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 newValue)