com.ibm.websphere.wim.model
Interface TypeControl

All Superinterfaces:
Control
All Known Subinterfaces:
DataTypeControl, EntityTypeControl, ExtensionPropertyDefinitionControl, PropertyDefinitionControl

public interface TypeControl
extends Control

A representation of the model object 'Type Control'.

The following features are supported:

See Also:
ModelPackage.getTypeControl()
Model:
abstract="true"
Generated:

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

Method Detail

getRepositoryId

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

See Also:
setRepositoryId(String), ModelPackage.getTypeControl_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: