Class Properties


  • public class Properties
    extends java.lang.Object
    property
    • Constructor Detail

      • Properties

        public Properties()
      • Properties

        public Properties​(java.util.Map<java.lang.String,​PropertyValue> propertyNameToPropertyValue)
    • Method Detail

      • getPropertyNameToPropertyValue

        public java.util.Map<java.lang.String,​PropertyValue> getPropertyNameToPropertyValue()
      • setPropertyNameToPropertyValue

        public void setPropertyNameToPropertyValue​(java.lang.String propertyName,
                                                   PropertyValue propertyValue)
      • getPropertyValue

        public PropertyValue getPropertyValue​(java.lang.String propertyName)