com.togethersoft.openapi.model.util
Class PropertyAdapter


public class PropertyAdapter
implements Property

Author:
TogetherSoft

Field Summary
 private Stringname
           
 private Stringvalue
           

Constructor Summary
PropertyAdapter(String name, String value)
           

Method Summary
 booleancanSetValue(String newValue)
           
 StringgetName()
           
 PropertyMapgetSubproperties()
           
 StringgetValue()
           
 booleanisWritable()
           
 voidsetValue(String newValue)
           

Field Detail

name

private String name

value

private String value
Constructor Detail

PropertyAdapter

public PropertyAdapter(String name, String value)
Method Detail

canSetValue

public boolean canSetValue(String newValue)

getName

public String getName()

getSubproperties

public PropertyMap getSubproperties()

getValue

public String getValue()

isWritable

public boolean isWritable()

setValue

public void setValue(String newValue)

Association Links

to Class java.lang.String

to Class java.lang.String