Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.tip.pc.services.identity
Class Attribute

java.lang.Object
  extended by oracle.tip.pc.services.identity.Attribute

public class Attribute
extends java.lang.Object


Field Summary
static java.lang.String BYTES_TYPE
           
static java.lang.String STRING_TYPE
           
 
Constructor Summary
Attribute(org.w3c.dom.Element element)
          Constructor
Attribute(java.lang.String name, java.util.List values)
          Constructor
Attribute(java.lang.String name, java.lang.Object object)
          Constructor
 
Method Summary
 java.lang.String getName()
          Gets attribute name
 java.lang.String getType()
          Gets attribute type
 java.util.List getValues()
          Gets attribute values
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

STRING_TYPE

public static final java.lang.String STRING_TYPE
See Also:
Constant Field Values

BYTES_TYPE

public static final java.lang.String BYTES_TYPE
See Also:
Constant Field Values
Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 java.lang.Object object)
Constructor

Parameters:
element -

Attribute

public Attribute(org.w3c.dom.Element element)
Constructor

Parameters:
element -

Attribute

public Attribute(java.lang.String name,
                 java.util.List values)
Constructor

Parameters:
name -
values -
Method Detail

getName

public java.lang.String getName()
Gets attribute name

Returns:

getType

public java.lang.String getType()
Gets attribute type

Returns:
attribute type

getValues

public java.util.List getValues()
Gets attribute values

Returns:
List of value

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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