com.ibm.websphere.wim.model
Interface MetaDataType


public interface MetaDataType

A representation of the model object 'Meta Data Type'.

The following features are supported:

See Also:
ModelPackage.getMetaDataType()
Model:
Generated:

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getRepositoryId()
          Returns the value of the 'Repository Id' attribute.
 java.util.List getValues()
          Returns the value of the 'Values' attribute list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setRepositoryId(java.lang.String value)
          Sets the value of the 'Repository Id' attribute.
 

Method Detail

getValues

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

See Also:
ModelPackage.getMetaDataType_Values()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Values' attribute list.

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

See Also:
setName(String), ModelPackage.getMetaDataType_Name()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token" required="true"
Generated:
Return:
the value of the 'Name' attribute.

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getRepositoryId

java.lang.String getRepositoryId()
Returns the value of the 'Repository Id' attribute.

See Also:
setRepositoryId(String), ModelPackage.getMetaDataType_RepositoryId()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Repository Id' attribute.

setRepositoryId

void setRepositoryId(java.lang.String value)
Sets the value of the 'Repository Id' attribute.

Parameters:
value - the new value of the 'Repository Id' attribute.
See Also:
getRepositoryId()
Generated: