|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
oracle.igf.ids.Attribute
public class Attribute
Attribute is used to hold attribute values of an entity
| Constructor Summary | |
|---|---|
Attribute(java.lang.String name, java.util.List values)Attribute is initialized with attributeName and attributeValues List |
|
Attribute(java.lang.String name, java.util.List values, java.util.Locale locale)Attribute is initialized with attributeName, attributeValues List and locale |
|
Attribute(java.lang.String name, java.lang.Object value)Attribute is initialized with attributeName and attributeValue |
|
Attribute(java.lang.String name, java.lang.Object value, java.util.Locale locale)Attribute is initialized with attributeName and attributeValue |
|
| Method Summary | |
|---|---|
Attribute |
clone()Clones this object |
java.lang.String |
getLocale()Gets the locale of the Attribute |
java.lang.String |
getName()Gets the name of the Attribute |
java.util.List |
getStringValues()Gets the Attribute Values converted to String. |
| Methods inherited from class java.util.ArrayList |
|---|
add, add, addAll, addAll, clear, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, set, size, toArray, toArray, trimToSize |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, iterator, listIterator, listIterator, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList |
| Constructor Detail |
|---|
public Attribute(java.lang.String name,
java.util.List values)
name - Attribute Namevalues - List of Attribute values
public Attribute(java.lang.String name,
java.lang.Object value)
name - Attribute Namevalue - Attribute Value
public Attribute(java.lang.String name,
java.util.List values,
java.util.Locale locale)
name - Attribute Namevalues - List of Attribute valueslocale - Locale value
public Attribute(java.lang.String name,
java.lang.Object value,
java.util.Locale locale)
name - Attribute Namevalue - Attribute Valuelocale - Locale value| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getLocale()
public java.util.List getStringValues()
public Attribute clone()
clone in class java.util.ArrayList
|
Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference 11g Release 1 (11.1.1) E39432-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||