public class PropertiesDataObject extends Object implements com.ibm.xsp.model.DataObject, Serializable
Constructor and Description |
---|
PropertiesDataObject() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getPropertieNames() |
Properties |
getProperties() |
Class<?> |
getType(Object arg0) |
Object |
getValue(Object arg0) |
void |
initProperties(InputStream isCurrent) |
boolean |
isReadOnly(Object arg0) |
void |
setValue(Object arg0,
Object arg1) |
public Class<?> getType(Object arg0)
getType
in interface com.ibm.xsp.model.DataObject
public Object getValue(Object arg0)
getValue
in interface com.ibm.xsp.model.DataObject
public boolean isReadOnly(Object arg0)
isReadOnly
in interface com.ibm.xsp.model.DataObject
public void setValue(Object arg0, Object arg1)
setValue
in interface com.ibm.xsp.model.DataObject
public void initProperties(InputStream isCurrent)
public Properties getProperties()
Copyright © 2021. All Rights Reserved.