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

All Known Subinterfaces:
AttributeView, ReferenceView, TypeView

public interface CustomView

A representation of the model object 'Custom View'.

The following features are supported:

See Also:
UicustomPackage.getCustomView()
Generated:
Model:
abstract="true"

Method Summary
  getCustomizedFeatures()
          Returns the value of the 'Customized Features' containment reference list.
 

Method Detail

getCustomizedFeatures

 getCustomizedFeatures()
Returns the value of the 'Customized Features' containment reference list. The list contents are of type CustomViewFeature. It is bidirectional and its opposite is 'Custom View'.

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

Returns:
the value of the 'Customized Features' containment reference list.
See Also:
UicustomPackage.getCustomView_CustomizedFeatures(), CustomViewFeature.getCustomView()
Generated:
Model:
opposite="customView" containment="true"