Skip navigation links


oracle.iam.platform.entitymgr.vo
Class Schema

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


public class Schema
extends java.lang.Object

Constructor Summary
Schema()
          Represent a schema
Schema(java.util.Map attrs)
          Represent a schema

 

Method Summary
 void addAttribute(SchemaAttribute attr)
          Add an attribute
 java.util.Map getAllAttributes()
          Get all the attributes
 SchemaAttribute getAttribute(java.lang.String name)
          Get an attribute
 java.util.Set getAttributeNames()
          Get all the attribute names

 

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

 

Constructor Detail

Schema

public Schema()
Represent a schema

Schema

public Schema(java.util.Map attrs)
Represent a schema
Parameters:
attrs - attributes of the schema

Method Detail

addAttribute

public void addAttribute(SchemaAttribute attr)
Add an attribute
Parameters:
attr - attribute

getAllAttributes

public java.util.Map getAllAttributes()
Get all the attributes
Returns:
all attributes

getAttributeNames

public java.util.Set getAttributeNames()
Get all the attribute names
Returns:
set of all attribute names

getAttribute

public SchemaAttribute getAttribute(java.lang.String name)
Get an attribute
Parameters:
name - attribute name
Returns:
attribute with the given attribute name

Skip navigation links


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