Class LabelForReference

    • Constructor Detail

      • LabelForReference

        public LabelForReference()
        Creates a Label For Reference property with no name and with a null value.
      • LabelForReference

        public LabelForReference​(Atom propertyAtom)
        Creates a Label For Reference property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
      • LabelForReference

        public LabelForReference​(Atom propertyAtom,
                                 java.lang.String newValue)
        Creates a Label For Reference property with the specified name and value.
        Parameters:
        propertyAtom - the property atom.
        newValue - the new string value for the property.