org.eclipse.gmt.modisco.infra.browser.custom
Interface MetamodelView


public interface MetamodelView

A representation of the model object ' Metamodel View'.

The following features are supported:

See Also:
UicustomPackage.getMetamodelView()
Generated:
Model:

Method Summary
  getAvailableQuerySets()
          Returns the value of the 'Available Query Sets' attribute list.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute.
 java.lang.String getMetamodelURI()
          Returns the value of the 'Metamodel URI' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getTypes()
          Returns the value of the 'Types' containment reference list.
 boolean isAllQuerySetsAvailable()
          Returns the value of the 'All Query Sets Available' attribute.
 void setAllQuerySetsAvailable(boolean value)
          Sets the value of the 'All Query Sets Available' attribute.
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute.
 void setMetamodelURI(java.lang.String value)
          Sets the value of the 'Metamodel URI' attribute.
 

Method Detail

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:
UicustomPackage.getMetamodelView_Name()
Generated:
Model:
transient="true"

getMetamodelURI

java.lang.String getMetamodelURI()
Returns the value of the 'Metamodel URI' attribute.

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

Returns:
the value of the 'Metamodel URI' attribute.
See Also:
setMetamodelURI(String), UicustomPackage.getMetamodelView_MetamodelURI()
Generated:
Model:

setMetamodelURI

void setMetamodelURI(java.lang.String value)
Sets the value of the 'Metamodel URI' attribute.

Parameters:
value - the new value of the 'Metamodel URI' attribute.
See Also:
getMetamodelURI()
Generated:

isAllQuerySetsAvailable

boolean isAllQuerySetsAvailable()
Returns the value of the 'All Query Sets Available' attribute. The default value is "true".

If the meaning of the 'All Query Sets Available' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'All Query Sets Available' attribute.
See Also:
setAllQuerySetsAvailable(boolean), UicustomPackage.getMetamodelView_AllQuerySetsAvailable()
Generated:
Model:
default="true" required="true"

setAllQuerySetsAvailable

void setAllQuerySetsAvailable(boolean value)
Sets the value of the 'All Query Sets Available' attribute.

Parameters:
value - the new value of the 'All Query Sets Available' attribute.
See Also:
isAllQuerySetsAvailable()
Generated:

getAvailableQuerySets

 getAvailableQuerySets()
Returns the value of the 'Available Query Sets' attribute list. The list contents are of type String.

If the meaning of the 'Available Query Sets' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Available Query Sets' attribute list.
See Also:
UicustomPackage.getMetamodelView_AvailableQuerySets()
Generated:
Model:

getLocation

java.lang.String getLocation()
Returns the value of the 'Location' attribute.

Defines where the customization was loaded from.

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String), UicustomPackage.getMetamodelView_Location()
Generated:
Model:
transient="true"

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute. Defines where the customization was loaded from.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()
Generated:

getTypes

 getTypes()
Returns the value of the 'Types' containment reference list. The list contents are of type TypeView.

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

Returns:
the value of the 'Types' containment reference list.
See Also:
UicustomPackage.getMetamodelView_Types()
Generated:
Model:
containment="true"