public interface ReferenceType extends RelationType
The following features are supported:
PatternLanguagePackage.getReferenceType()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EStructuralFeature |
getRefname()
Returns the value of the 'Refname' reference.
|
void |
setRefname(org.eclipse.emf.ecore.EStructuralFeature value)
Sets the value of the '
Refname ' reference. |
java.lang.String |
toString() |
getTypename, setTypename
org.eclipse.emf.ecore.EStructuralFeature getRefname()
If the meaning of the 'Refname' reference isn't clear, there really should be more of a description here...
setRefname(EStructuralFeature)
,
PatternLanguagePackage.getReferenceType_Refname()
void setRefname(org.eclipse.emf.ecore.EStructuralFeature value)
Refname
' reference.
value
- the new value of the 'Refname' reference.getRefname()
java.lang.String toString()
toString
in interface RelationType
toString
in interface Type
toString
in class java.lang.Object