Package org.robwork.sdurw_core
Class PropertyValueBase
- java.lang.Object
- 
- org.robwork.sdurw_core.PropertyValueBase
 
- 
- Direct Known Subclasses:
- PropertyValue_b,- PropertyValue_d,- PropertyValue_f,- PropertyValue_i,- PropertyValue_s,- PropertyValuePropertyMap,- PropertyValueVector_d,- PropertyValueVector_i,- PropertyValueVector_s
 
 public class PropertyValueBase extends java.lang.ObjectBase class for Property handling
- 
- 
Constructor SummaryConstructors Constructor Description PropertyValueBase(long cPtr, boolean cMemoryOwn)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValueBaseclone()Construct a clone of the property value.
 voiddelete()static longgetCPtr(PropertyValueBase obj)PropertyTypegetType()Returns the PropertyType
 
- 
- 
- 
Method Detail- 
getCPtrpublic static long getCPtr(PropertyValueBase obj) 
 - 
deletepublic void delete() 
 - 
clonepublic PropertyValueBase clone() Construct a clone of the property value.
 - Returns:
- a clone.
 
 - 
getTypepublic PropertyType getType() Returns the PropertyType- Returns:
- the PropertyType
 
 
- 
 
-