Class 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 Detail

      • DOMPropertyMapFormat

        public DOMPropertyMapFormat​(long cPtr,
                                    boolean cMemoryOwn)
      • DOMPropertyMapFormat

        public DOMPropertyMapFormat()
    • Method Detail

      • 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.