com.ibm.websphere.wim.pluginmanager.context
Interface UIDContext


public interface UIDContext

A representation of the model object 'UID Context'.

The following features are supported:

See Also:
ContextPackage.getUIDContext()
Model:
Generated:

Method Summary
 java.util.List getUID()
          Returns the value of the 'UID' attribute list.
 java.lang.String[] getUIDAsArray()
          Returns the array value of the 'UID' attribute list.
 

Method Detail

getUID

java.util.List getUID()
Returns the value of the 'UID' attribute list. The list contents are of type String.

If the meaning of the 'UID' attribute list isn't clear, there really should be more of a description here...

See Also:
ContextPackage.getUIDContext_UID()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
Generated:
Return:
the value of the 'UID' attribute list.

getUIDAsArray

java.lang.String[] getUIDAsArray()
Returns the array value of the 'UID' attribute list.

If the meaning of the 'UID' attribute list isn't clear, there really should be more of a description here...

See Also:
ContextPackage.getUIDContext_UID()
Generated:
Return:
the array value of the 'UID' attribute list.