Skip navigation links


oracle.iam.platform.entitymgr.vo
Class ControlAttributeDefinition

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


public class ControlAttributeDefinition
extends java.lang.Object

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

 

Method Summary
 java.lang.String getDescription()
          Get the description of the control attribute.
 java.lang.String getName()
          Get the control attribute name.
 java.lang.String getType()
          Get the data type of the control attribute.
 boolean isRequired()
          Check if the control attribute is required.

 

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

 

Constructor Detail

ControlAttributeDefinition

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

Method Detail

getName

public java.lang.String getName()
Get the control attribute name.
Returns:
control attribute name

getDescription

public java.lang.String getDescription()
Get the description of the control attribute.
Returns:
description of the control attribute

getType

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

Skip navigation links


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