Class AbstractSetProperty

    • Field Detail

      • parentPathKey

        protected String parentPathKey
        destination node path key
      • nameKey

        protected String nameKey
        Property name key
      • typeKey

        protected String typeKey
        Propety type key
      • valueKey

        protected String valueKey
        Property value key
    • Constructor Detail

      • AbstractSetProperty

        public AbstractSetProperty()
    • Method Detail

      • getValueKey

        public String getValueKey()
        Returns:
        Returns the valueKey.
      • setValueKey

        public void setValueKey​(String valueKey)
        Parameters:
        valueKey - Set the context attribute key for the value attribute.
      • getParentPathKey

        public String getParentPathKey()
        Returns:
        the parent path key
      • setParentPathKey

        public void setParentPathKey​(String parentPathKey)
        Sets the parent path key
        Parameters:
        parentPathKey - the parent path key
      • getNameKey

        public String getNameKey()
        Returns:
        the name key
      • setNameKey

        public void setNameKey​(String nameKey)
        Sets the name key
        Parameters:
        nameKey - the name key
      • getTypeKey

        public String getTypeKey()
        Returns:
        the type key
      • setTypeKey

        public void setTypeKey​(String typeKey)
        Sets the type key
        Parameters:
        typeKey - the type key