Class LiveDataPropertyDescriptor.OperatorDescriptor

    • Constructor Detail

      • OperatorDescriptor

        public OperatorDescriptor()
        Default constructor.
      • OperatorDescriptor

        public OperatorDescriptor​(String id,
                                  String name)
        Creates a new operator with the specified id and name.
        Parameters:
        id - the operator id
        name - the operator name
    • Method Detail

      • getName

        public String getName()
        Returns:
        the operator pretty name
      • setName

        public void setName​(String name)
        Sets the operator pretty name.
        Parameters:
        name - the new operator pretty name