Package oracle.iam.platform.entitymgr.vo
Class ControlAttributeDefinition
java.lang.Object
oracle.iam.platform.entitymgr.vo.ControlAttributeDefinition
-
Constructor Summary
ConstructorsConstructorDescriptionControlAttributeDefinition
(String name, String type, String desc, boolean required) -
Method Summary
-
Constructor Details
-
ControlAttributeDefinition
-
-
Method Details
-
getName
Get the control attribute name.- Returns:
- control attribute name
-
getDescription
Get the description of the control attribute.- Returns:
- description of the control attribute
-
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
-