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:
PictoPackage.getPicto()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<CustomView>
getCustomViews()
Returns the value of the 'Custom Views' containment reference list.String
getFormat()
Returns the value of the 'Format' attribute.org.eclipse.emf.common.util.EList<Model>
getModels()
Returns the value of the 'Models' containment reference list.org.eclipse.emf.common.util.EList<Parameter>
getParameters()
Returns the value of the 'Parameters' containment reference list.String
getTransformation()
Returns the value of the 'Transformation' attribute.boolean
isStandalone()
Returns the value of the 'Standalone' attribute.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setStandalone(boolean value)
Sets the value of the 'Standalone
' attribute.void
setTransformation(String value)
Sets the value of the 'Transformation
' attribute.
-
-
-
Method Detail
-
getTransformation
String getTransformation()
Returns the value of the 'Transformation' attribute.- Returns:
- the value of the 'Transformation' attribute.
- See Also:
setTransformation(String)
,PictoPackage.getPicto_Transformation()
-
setTransformation
void setTransformation(String value)
Sets the value of the 'Transformation
' attribute.- Parameters:
value
- the new value of the 'Transformation' attribute.- See Also:
getTransformation()
-
getFormat
String getFormat()
Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
setFormat(String)
,PictoPackage.getPicto_Format()
-
setFormat
void setFormat(String value)
Sets the value of the 'Format
' attribute.- Parameters:
value
- the new value of the 'Format' attribute.- See Also:
getFormat()
-
isStandalone
boolean isStandalone()
Returns the value of the 'Standalone' attribute.- Returns:
- the value of the 'Standalone' attribute.
- See Also:
setStandalone(boolean)
,PictoPackage.getPicto_Standalone()
-
setStandalone
void setStandalone(boolean value)
Sets the value of the 'Standalone
' attribute.- Parameters:
value
- the new value of the 'Standalone' attribute.- See Also:
isStandalone()
-
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:
PictoPackage.getPicto_Models()
-
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:
PictoPackage.getPicto_Parameters()
-
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:
PictoPackage.getPicto_CustomViews()
-
-