com.togethersoft.openapi.model.util
Class PropertyAdapter
- public class PropertyAdapter
- implements Property
- Author:
- TogetherSoft
| Field Summary |
private String | name |
private String | value |
name
private String name
value
private String value
PropertyAdapter
public PropertyAdapter(String name, String value)
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)
to Class java.lang.String
to Class java.lang.String