Class LocatorAttribute

    • Method Detail

      • getName

        public String getName()
        Gets the name of this attribute.
        Returns:
        the name
        Since:
        100.0.0
      • getDisplayName

        public String getDisplayName()
        Gets the display name of this attribute.
        Returns:
        the display name
        Since:
        100.0.0
      • getType

        public LocatorAttribute.Type getType()
        Gets the type of this attribute.
        Returns:
        the attribute type
        Since:
        100.0.0
      • isRequired

        public boolean isRequired()
        Gets whether or not this locator attribute is required.
        Returns:
        true if the attribute is required, false otherwise
        Since:
        100.3.0