Package org.robwork.sdurw_core
Class PropertyBase
- java.lang.Object
- 
- org.robwork.sdurw_core.PropertyBase
 
- 
- Direct Known Subclasses:
- Property_b,- Property_d,- Property_f,- Property_i,- Property_s,- PropertyPropertyMap,- PropertyVector_d,- PropertyVector_i,- PropertyVector_s
 
 public class PropertyBase extends java.lang.ObjectBase class for Property handling
- 
- 
Constructor SummaryConstructors Constructor Description PropertyBase(long cPtr, boolean cMemoryOwn)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyBaseclone()Construct a clone of the property.voiddelete()static longgetCPtr(PropertyBase obj)java.lang.StringgetDescription()Returns descriptionjava.lang.StringgetIdentifier()Returns the Property identifierPropertyValueBasegetPropertyValue()returns reference to the property valuePropertyTypegetType()Returns the PropertyTypevoidsetDescription(java.lang.String desc)Set description.voidsetDescription(java.lang.String desc, boolean fireChangedEvent)Set description.
 
- 
- 
- 
Method Detail- 
getCPtrpublic static long getCPtr(PropertyBase obj) 
 - 
deletepublic void delete() 
 - 
getIdentifierpublic java.lang.String getIdentifier() Returns the Property identifier- Returns:
- string identifier
 
 - 
getDescriptionpublic java.lang.String getDescription() Returns description- Returns:
- string description
 
 - 
setDescriptionpublic void setDescription(java.lang.String desc, boolean fireChangedEvent)Set description.- Parameters:
- desc- [in] the new description.
- fireChangedEvent- [in] (optional) fire changed event.
 
 - 
setDescriptionpublic void setDescription(java.lang.String desc) Set description.- Parameters:
- desc- [in] the new description.
 
 - 
clonepublic PropertyBase clone() Construct a clone of the property.
 - 
getPropertyValuepublic PropertyValueBase getPropertyValue() returns reference to the property value- Returns:
- value
 
 - 
getTypepublic PropertyType getType() Returns the PropertyType- Returns:
- the PropertyType
 
 
- 
 
-