public interface PossrepObject
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Releases the resources the PossrepObject instance holds.
|
java.lang.Object |
getProperty(java.lang.String name)
Gets the value of a property.
|
ScalarType |
getType()
Returns the type of a PossrepObject
|
java.lang.String |
getTypeName()
Returns the type name of a PossrepObject
|
void |
setProperty(java.lang.String name,
java.lang.Object value)
Sets a property of a PossrepObject
|
void setProperty(java.lang.String name,
java.lang.Object value)
throws DException
name - The property namevalue - The new property valueDException - If a Duro error occursjava.lang.Object getProperty(java.lang.String name)
throws DException
name - The property name.DException - If a Duro error occurs.java.lang.String getTypeName()
ScalarType getType()
void dispose()
throws DException
DException - If a Duro error occurs.