Skip navigation links


oracle.iam.platform.entitymgr.vo
Class FieldDefinition

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


public class FieldDefinition
extends java.lang.Object

Constructor Summary
FieldDefinition(java.lang.String name, java.lang.String type, boolean required)
           

 

Method Summary
 java.lang.String getName()
          Get the target field name.
 java.lang.String getType()
          Get the data type of the target field.
 boolean isRequired()
          Check if the target field is required.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

FieldDefinition

public FieldDefinition(java.lang.String name,
                       java.lang.String type,
                       boolean required)

Method Detail

getName

public java.lang.String getName()
Get the target field name.
Returns:
target field name

getType

public java.lang.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

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.