Package oracle.iam.platform.entitymgr.vo
Class Schema
java.lang.Object
oracle.iam.platform.entitymgr.vo.Schema
-
Constructor Summary
ConstructorsConstructorDescriptionSchema()
Represent a schemaSchema
(Map<String, SchemaAttribute> attrs) Represent a schema -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(SchemaAttribute attr) Add an attributeGet all the attributesgetAttribute
(String name) Get an attributeGet all the attribute names
-
Constructor Details
-
Schema
public Schema()Represent a schema -
Schema
Represent a schema- Parameters:
attrs
- attributes of the schema
-
-
Method Details
-
addAttribute
Add an attribute- Parameters:
attr
- attribute
-
getAllAttributes
Get all the attributes- Returns:
- all attributes
-
getAttributeNames
Get all the attribute names- Returns:
- set of all attribute names
-
getAttribute
Get an attribute- Parameters:
name
- attribute name- Returns:
- attribute with the given attribute name
-