Class Schema

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

public class Schema extends Object
  • Constructor Details

    • Schema

      public Schema()
      Represent a schema
    • Schema

      public Schema(Map<String,SchemaAttribute> attrs)
      Represent a schema
      Parameters:
      attrs - attributes of the schema
  • Method Details

    • addAttribute

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

      public Map<String,SchemaAttribute> getAllAttributes()
      Get all the attributes
      Returns:
      all attributes
    • getAttributeNames

      public Set<String> getAttributeNames()
      Get all the attribute names
      Returns:
      set of all attribute names
    • getAttribute

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