Class UserProperty


  • public final class UserProperty
    extends Object
    User property.
    • Constructor Detail

      • UserProperty

        public UserProperty()
    • Method Detail

      • getName

        public String getName()
        Get the name property: User property name.
        Returns:
        the name value.
      • setName

        public UserProperty setName​(String name)
        Set the name property: User property name.
        Parameters:
        name - the name value to set.
        Returns:
        the UserProperty object itself.
      • getValue

        public Object getValue()
        Get the value property: User property value. Type: string (or Expression with resultType string).
        Returns:
        the value value.
      • setValue

        public UserProperty setValue​(Object value)
        Set the value property: User property value. Type: string (or Expression with resultType string).
        Parameters:
        value - the value value to set.
        Returns:
        the UserProperty object itself.