Class PropertySetInstance


  • public class PropertySetInstance
    extends java.lang.Object
    An instance of this class contains values for all properties defined by the corresponding PropertySetDefinition.
    • Constructor Detail

      • PropertySetInstance

        public PropertySetInstance​(PropertySetDefinition definition)
        Parameters:
        definition -
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        String
      • getPropertyCount

        public int getPropertyCount()
        Returns:
        int
      • getPropertyNames

        public java.util.Set<java.lang.String> getPropertyNames()
        Returns:
        Set
      • getProperty

        public java.lang.Object getProperty​(java.lang.String propertyName)
        Parameters:
        propertyName -
        Returns:
        Object
      • addProperty

        public void addProperty​(java.lang.String name,
                                java.lang.Object value)
        Parameters:
        name -
        value -