public class AbstractCollectable.MyProperties extends Properties
object
Constructor and Description |
---|
MyProperties() |
Modifier and Type | Method and Description |
---|---|
protected Object |
_setValue(int index,
Object value) |
String |
getName(int index) |
Class<?> |
getType(int index) |
Object |
getValue(int index) |
boolean |
isReadWrite(int index) |
boolean |
isVolatile() |
int |
numProperties() |
betterToString, getDescription, getDomain, getObject, getProperties, getProperties, getProperties, getTypeConversion, isComposite, isHidden, setValue, setValue, typeToName
public boolean isVolatile()
isVolatile
in class Properties
public int numProperties()
numProperties
in class Properties
public Object getValue(int index)
getValue
in class Properties
public boolean isReadWrite(int index)
isReadWrite
in class Properties
public String getName(int index)
getName
in class Properties
public Class<?> getType(int index)
getType
in class Properties
protected Object _setValue(int index, Object value)
_setValue
in class Properties