Package oracle.iam.platform.entitymgr.vo
Class FieldDefinition
java.lang.Object
oracle.iam.platform.entitymgr.vo.FieldDefinition
- 
Constructor Details
- 
FieldDefinition
 
 - 
 - 
Method Details
- 
getName
Get the target field name.- Returns:
 - target field name
 
 - 
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
 
 
 -