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.Object
Base class for Property handling
-
-
Constructor Summary
Constructors Constructor Description PropertyValueBase(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyValueBase
clone()
Construct a clone of the property value.
void
delete()
static long
getCPtr(PropertyValueBase obj)
PropertyType
getType()
Returns the PropertyType
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(PropertyValueBase obj)
-
delete
public void delete()
-
clone
public PropertyValueBase clone()
Construct a clone of the property value.
- Returns:
- a clone.
-
getType
public PropertyType getType()
Returns the PropertyType- Returns:
- the PropertyType
-
-