@Deprecated public interface ReferenceView extends CustomView
The following features are supported:
UicustomPackage.getReferenceView()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferenceName()
Deprecated.
Returns the value of the 'Reference Name' attribute.
|
TypeView |
getType()
Deprecated.
Returns the value of the 'Type' container reference.
|
void |
setReferenceName(java.lang.String value)
Deprecated.
Sets the value of the '
Reference Name' attribute. |
getCustomizedFeaturesjava.lang.String getReferenceName()
If the meaning of the 'Reference Name' attribute isn't clear, there really should be more of a description here...
setReferenceName(String),
UicustomPackage.getReferenceView_ReferenceName()void setReferenceName(java.lang.String value)
Reference Name' attribute.
value - the new value of the 'Reference Name' attribute.getReferenceName()TypeView getType()
References'.
If the meaning of the 'Type' container reference isn't clear, there really should be more of a description here...
UicustomPackage.getReferenceView_Type(),
TypeView.getReferences()