com.togethersoft.openapi.rwi.extension
Class RwiPropertyProviderAdapter.RwiSinglePropertyImpl


private class RwiPropertyProviderAdapter.RwiSinglePropertyImpl
implements RwiProperty


Field Summary
 private RwiPropertyMapmyElement
           

Constructor Summary
RwiPropertyProviderAdapter.RwiSinglePropertyImpl(RwiPropertyMap element)
           

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

Field Detail

myElement

private RwiPropertyMap myElement
Constructor Detail

RwiPropertyProviderAdapter.RwiSinglePropertyImpl

public RwiPropertyProviderAdapter.RwiSinglePropertyImpl(RwiPropertyMap element)
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 com.togethersoft.openapi.rwi.RwiPropertyMap