Interface Type
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ClassType
,EntityType
,JavaType
,ReferenceType
,RelationType
- All Known Implementing Classes:
ClassTypeImpl
,EntityTypeImpl
,JavaTypeImpl
,ReferenceTypeImpl
,RelationTypeImpl
,TypeImpl
public interface Type extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Type'.The following features are supported:
- See Also:
PatternLanguagePackage.getType()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getTypename()
Returns the value of the 'Typename' attribute.void
setTypename(java.lang.String value)
Sets the value of the 'Typename
' attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getTypename
java.lang.String getTypename()
Returns the value of the 'Typename' attribute.- Returns:
- the value of the 'Typename' attribute.
- See Also:
setTypename(String)
,PatternLanguagePackage.getType_Typename()
- Generated:
- Model:
- transient="true"
-
setTypename
void setTypename(java.lang.String value)
Sets the value of the 'Typename
' attribute.- Parameters:
value
- the new value of the 'Typename' attribute.- See Also:
getTypename()
- Generated:
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-