Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


oracle.igf.ids
Class Attribute

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList
              extended by oracle.igf.ids.Attribute

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
Direct Known Subclasses:
ModAttribute

public class Attribute
extends java.util.ArrayList

Attribute is used to hold attribute values of an entity

See Also:
Serialized Form

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

Attribute

public Attribute(java.lang.String name,
                 java.util.List values)
Attribute is initialized with attributeName and attributeValues List
Parameters:
name - Attribute Name
values - List of Attribute values

Attribute

public Attribute(java.lang.String name,
                 java.lang.Object value)
Attribute is initialized with attributeName and attributeValue
Parameters:
name - Attribute Name
value - Attribute Value

Attribute

public Attribute(java.lang.String name,
                 java.util.List values,
                 java.util.Locale locale)
Attribute is initialized with attributeName, attributeValues List and locale
Parameters:
name - Attribute Name
values - List of Attribute values
locale - Locale value

Attribute

public Attribute(java.lang.String name,
                 java.lang.Object value,
                 java.util.Locale locale)
Attribute is initialized with attributeName and attributeValue
Parameters:
name - Attribute Name
value - Attribute Value
locale - Locale value

Method Detail

getName

public java.lang.String getName()
Gets the name of the Attribute
Returns:
Attribute Name

getLocale

public java.lang.String getLocale()
Gets the locale of the Attribute
Returns:
Attribute Locale

getStringValues

public java.util.List getStringValues()
Gets the Attribute Values converted to String. If the Attribute is Byte array, value is converted to Base64 encoded value.
Returns:
List of Attribute Values

clone

public Attribute clone()
Clones this object
Overrides:
clone in class java.util.ArrayList
Returns:
copy of this object

Skip navigation links

Oracle Fusion Middleware Identity Governance Framework Identity Directory Java API Reference
11g Release 1 (11.1.1)

E39432-01


Copyright © 2013 Oracle. All Rights Reserved.