Package org.eclipse.epsilon.picto.dom
Interface Picto
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PictoImpl
public interface Picto
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Picto'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<CustomView>Returns the value of the 'Custom Views' containment reference list.Returns the value of the 'Format' attribute.org.eclipse.emf.common.util.EList<Model>Returns the value of the 'Models' containment reference list.org.eclipse.emf.common.util.EList<Parameter>Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Transformation' attribute.booleanReturns the value of the 'Standalone' attribute.voidSets the value of the 'Format' attribute.voidsetStandalone(boolean value) Sets the value of the 'Standalone' attribute.voidsetTransformation(String value) Sets the value of the 'Transformation' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTransformation
String getTransformation()Returns the value of the 'Transformation' attribute.- Returns:
- the value of the 'Transformation' attribute.
- See Also:
-
setTransformation
Sets the value of the 'Transformation' attribute.- Parameters:
value- the new value of the 'Transformation' attribute.- See Also:
-
getFormat
String getFormat()Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
-
setFormat
Sets the value of the 'Format' attribute.- Parameters:
value- the new value of the 'Format' attribute.- See Also:
-
isStandalone
boolean isStandalone()Returns the value of the 'Standalone' attribute.- Returns:
- the value of the 'Standalone' attribute.
- See Also:
-
setStandalone
void setStandalone(boolean value) Sets the value of the 'Standalone' attribute.- Parameters:
value- the new value of the 'Standalone' attribute.- See Also:
-
getModels
org.eclipse.emf.common.util.EList<Model> getModels()Returns the value of the 'Models' containment reference list. The list contents are of typeModel.- Returns:
- the value of the 'Models' containment reference list.
- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<Parameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
getCustomViews
org.eclipse.emf.common.util.EList<CustomView> getCustomViews()Returns the value of the 'Custom Views' containment reference list. The list contents are of typeCustomView.- Returns:
- the value of the 'Custom Views' containment reference list.
- See Also:
-