org.eclipse.gmt.modisco.omg.kdm.kdm
Interface Stereotype

All Superinterfaces:
Element

public interface Stereotype
extends Element

A representation of the model object 'Stereotype'.

The following features are supported:

See Also:
KdmPackage.getStereotype()
Generated:
Model:

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getTag()
          Returns the value of the 'Tag' containment reference list.
 java.lang.String getType()
          Returns the value of the 'Type' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getTag

 getTag()
Returns the value of the 'Tag' containment reference list. The list contents are of type TagDefinition.

If the meaning of the 'Tag' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tag' containment reference list.
See Also:
KdmPackage.getStereotype_Tag()
Generated:
Model:
containment="true" ordered="false"

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), KdmPackage.getStereotype_Name()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

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:

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

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

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), KdmPackage.getStereotype_Type()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated: