Package org.robwork.sdurw_core
Class DOMPropertyMapFormat
- java.lang.Object
-
- org.robwork.sdurw_core.DOMPropertyMapFormat
-
public class DOMPropertyMapFormat extends java.lang.Object
Class storing the identifiers used for properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DOMPropertyMapFormat.Initializer
Utility class which initializes local static variables.
If the DOMPropertyMapFormat is used outside main (as a part of global
initialization/destruction), the Initializer should be used explicitly to control the
static initialization/destruction order.
Notice that the Initializer is automatically defined as a global variable, hence it
should not be necessary to specify the initializer explicitly if DOMPropertyMapFormat is
to be used in local static initialization/destruction.
-
Constructor Summary
Constructors Constructor Description DOMPropertyMapFormat()
DOMPropertyMapFormat(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(DOMPropertyMapFormat obj)
static java.lang.String
idProperty()
Get identifier for rw::core::Property.static java.lang.String
idPropertyDescription()
Get identifier for the description of a rw::core::Property.static java.lang.String
idPropertyMap()
Get identifier for rw::core::PropertyMap.static java.lang.String
idPropertyName()
Get identifier for the name of a rw::core::Property.static java.lang.String
idPropertyValue()
Get identifier for the value of a rw::core::Property.
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(DOMPropertyMapFormat obj)
-
delete
public void delete()
-
idPropertyMap
public static java.lang.String idPropertyMap()
Get identifier for rw::core::PropertyMap.- Returns:
- the identifier.
-
idProperty
public static java.lang.String idProperty()
Get identifier for rw::core::Property.- Returns:
- the identifier.
-
idPropertyName
public static java.lang.String idPropertyName()
Get identifier for the name of a rw::core::Property.- Returns:
- the identifier.
-
idPropertyDescription
public static java.lang.String idPropertyDescription()
Get identifier for the description of a rw::core::Property.- Returns:
- the identifier.
-
idPropertyValue
public static java.lang.String idPropertyValue()
Get identifier for the value of a rw::core::Property.- Returns:
- the identifier.
-
-