Package org.jocl

Class cl_abstract_properties

    • Constructor Detail

      • cl_abstract_properties

        cl_abstract_properties()
        Creates new, empty cl_abstract_properties
    • Method Detail

      • addProperty

        public void addProperty​(long id,
                                long value)
        Add the specified property to these properties
        Parameters:
        id - The property ID
        value - The property value
      • propertyString

        protected abstract java.lang.String propertyString​(long value)
        Returns the string identifying the given property
        Parameters:
        value - The property value
        Returns:
        The string representation
      • buildString

        protected java.lang.String buildString()
        Returns a String containing the contents of these properties
        Returns:
        A String representation of the contents of these properties