com.togethersoft.openapi.rwi.extension
Class RwiPropertyEnumerationAdapter.PropertyAdapter


private static class RwiPropertyEnumerationAdapter.PropertyAdapter
implements RwiProperty


Field Summary
 private StringmyName
           
 private StringmyValue
           

Constructor Summary
RwiPropertyEnumerationAdapter.PropertyAdapter(String name, String value)
           

Method Summary
 booleancanSetValue(String value)
           
 StringgetName()
           
 RwiPropertyMapgetSubproperties()
           
 StringgetValue()
           
 booleanisWritable()
           
 voidsetValue(String value)
           

Field Detail

myName

private String myName

myValue

private String myValue
Constructor Detail

RwiPropertyEnumerationAdapter.PropertyAdapter

public RwiPropertyEnumerationAdapter.PropertyAdapter(String name, String value)
Method Detail

canSetValue

public boolean canSetValue(String value)

getName

public String getName()

getSubproperties

public RwiPropertyMap getSubproperties()

getValue

public String getValue()

isWritable

public boolean isWritable()

setValue

public void setValue(String value)

Association Links

to Class java.lang.String

to Class java.lang.String