Skip navigation links


oracle.iam.certification.vo
Class IDCAttributes

java.lang.Object
  extended by oracle.iam.certification.vo.IDCAttributes

All Implemented Interfaces:
java.io.Serializable

public class IDCAttributes
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
IDCAttributes()
           
IDCAttributes(IDCAttribute attr)
           
IDCAttributes(IDCAttribute[] attrs)
           

 

Method Summary
 IDCAttribute add(IDCAttribute attribute)
           
 IDCAttribute get(IDCAttribute attribute)
           
 IDCAttribute get(java.lang.String name)
           
 java.util.List getAll()
           
 java.util.List getNames()
           
 IDCAttribute put(IDCAttribute attribute)
           
 void putAll(IDCAttributes attributes)
           
 IDCAttribute remove(IDCAttribute attribute)
           
 IDCAttribute remove(java.lang.String name)
           
 int size()
           

 

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

 

Constructor Detail

IDCAttributes

public IDCAttributes()

IDCAttributes

public IDCAttributes(IDCAttribute attr)

IDCAttributes

public IDCAttributes(IDCAttribute[] attrs)

Method Detail

get

public IDCAttribute get(IDCAttribute attribute)

get

public IDCAttribute get(java.lang.String name)

getNames

public java.util.List getNames()

getAll

public java.util.List getAll()

put

public IDCAttribute put(IDCAttribute attribute)

putAll

public void putAll(IDCAttributes attributes)

add

public IDCAttribute add(IDCAttribute attribute)

remove

public IDCAttribute remove(IDCAttribute attribute)

remove

public IDCAttribute remove(java.lang.String name)

size

public int size()

Skip navigation links


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