@Deprecated
public interface MetamodelView
The following features are supported:
UicustomPackage.getMetamodelView()| Modifier and Type | Method and Description |
|---|---|
|
getAvailableQuerySets()
Deprecated.
Returns the value of the 'Available Query Sets' attribute
list.
|
java.lang.String |
getLocation()
Deprecated.
Returns the value of the 'Location' attribute.
|
java.lang.String |
getMetamodelURI()
Deprecated.
Returns the value of the 'Metamodel URI' attribute.
|
java.lang.String |
getName()
Deprecated.
Returns the value of the 'Name' attribute.
|
|
getTypes()
Deprecated.
Returns the value of the 'Types' containment reference
list.
|
boolean |
isAllQuerySetsAvailable()
Deprecated.
Returns the value of the 'All Query Sets Available' attribute.
|
void |
setAllQuerySetsAvailable(boolean value)
Deprecated.
Sets the value of the '
All Query Sets Available' attribute. |
void |
setLocation(java.lang.String value)
Deprecated.
Sets the value of the '
Location' attribute. |
void |
setMetamodelURI(java.lang.String value)
Deprecated.
Sets the value of the '
Metamodel URI' attribute. |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
UicustomPackage.getMetamodelView_Name()java.lang.String getMetamodelURI()
If the meaning of the 'Metamodel URI' attribute isn't clear, there really should be more of a description here...
setMetamodelURI(String),
UicustomPackage.getMetamodelView_MetamodelURI()void setMetamodelURI(java.lang.String value)
Metamodel URI' attribute.
value - the new value of the 'Metamodel URI' attribute.getMetamodelURI()boolean isAllQuerySetsAvailable()
"true".
If the meaning of the 'All Query Sets Available' attribute isn't clear, there really should be more of a description here...
setAllQuerySetsAvailable(boolean),
UicustomPackage.getMetamodelView_AllQuerySetsAvailable()void setAllQuerySetsAvailable(boolean value)
All Query Sets Available' attribute.
value - the new value of the 'All Query Sets Available' attribute.isAllQuerySetsAvailable()getAvailableQuerySets()
String.
If the meaning of the 'Available Query Sets' attribute list isn't clear, there really should be more of a description here...
UicustomPackage.getMetamodelView_AvailableQuerySets()java.lang.String getLocation()
Defines where the customization was loaded from.
setLocation(String),
UicustomPackage.getMetamodelView_Location()void setLocation(java.lang.String value)
Location' attribute.
Defines where the
customization was loaded from. value - the new value of the 'Location' attribute.getLocation()getTypes()
TypeView.
If the meaning of the 'Types' containment reference list isn't clear, there really should be more of a description here...
UicustomPackage.getMetamodelView_Types()