Class Attribute

java.lang.Object
oracle.tip.pc.services.identity.Attribute

public class Attribute extends Object
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute(String name, Object object)
      Constructor
      Parameters:
      element -
    • Attribute

      public Attribute(Element element)
      Constructor
      Parameters:
      element -
    • Attribute

      public Attribute(String name, List values)
      Constructor
      Parameters:
      name -
      values -
  • Method Details

    • getName

      public String getName()
      Gets attribute name
      Returns:
    • getType

      public String getType()
      Gets attribute type
      Returns:
      attribute type
    • getValues

      public List getValues()
      Gets attribute values
      Returns:
      List of value
    • toString

      public String toString()
      Overrides:
      toString in class Object