Class ControlAttributeDefinition

java.lang.Object
oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition

public class ControlAttributeDefinition extends Object
  • Constructor Details

    • ControlAttributeDefinition

      public ControlAttributeDefinition(String name, String type, String desc, boolean required)
  • Method Details

    • getName

      public String getName()
      Get the control attribute name.
      Returns:
      control attribute name
    • getDescription

      public String getDescription()
      Get the description of the control attribute.
      Returns:
      description of the control attribute
    • getType

      public String getType()
      Get the data type of the control attribute.
      Returns:
      data type of the control attribute
    • isRequired

      public boolean isRequired()
      Check if the control attribute is required.
      Returns:
      true if the control attribute is required, false otherwise