Class FieldDefinition

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

public class FieldDefinition extends Object
  • Constructor Details

    • FieldDefinition

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

    • getName

      public String getName()
      Get the target field name.
      Returns:
      target field name
    • getType

      public String getType()
      Get the data type of the target field.
      Returns:
      data type of the target field
    • isRequired

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