Package org.eclipse.epsilon.picto.dom
Interface CustomView
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CustomViewImpl
public interface CustomView extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Custom View'.The following features are supported:
- See Also:
PictoPackage.getCustomView()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFormat()
Returns the value of the 'Format' attribute.String
getIcon()
Returns the value of the 'Icon' attribute.org.eclipse.emf.common.util.EList<String>
getLayers()
Returns the value of the 'Layers' attribute list.org.eclipse.emf.common.util.EList<Parameter>
getParameters()
Returns the value of the 'Parameters' containment reference list.org.eclipse.emf.common.util.EList<Patch>
getPatches()
Returns the value of the 'Patches' containment reference list.org.eclipse.emf.common.util.EList<String>
getPath()
Returns the value of the 'Path' attribute list.Integer
getPosition()
Returns the value of the 'Position' attribute.String
getSource()
Returns the value of the 'Source' attribute.String
getType()
Returns the value of the 'Type' attribute.void
setFormat(String value)
Sets the value of the 'Format
' attribute.void
setIcon(String value)
Sets the value of the 'Icon
' attribute.void
setPosition(Integer value)
Sets the value of the 'Position
' attribute.void
setSource(String value)
Sets the value of the 'Source
' attribute.void
setType(String value)
Sets the value of the 'Type
' attribute.
-
-
-
Method Detail
-
getPath
org.eclipse.emf.common.util.EList<String> getPath()
Returns the value of the 'Path' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Path' attribute list.
- See Also:
PictoPackage.getCustomView_Path()
-
getIcon
String getIcon()
Returns the value of the 'Icon' attribute.- Returns:
- the value of the 'Icon' attribute.
- See Also:
setIcon(String)
,PictoPackage.getCustomView_Icon()
-
setIcon
void setIcon(String value)
Sets the value of the 'Icon
' attribute.- Parameters:
value
- the new value of the 'Icon' attribute.- See Also:
getIcon()
-
getFormat
String getFormat()
Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
setFormat(String)
,PictoPackage.getCustomView_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()
-
getType
String getType()
Returns the value of the 'Type' attribute.- Returns:
- the value of the 'Type' attribute.
- See Also:
setType(String)
,PictoPackage.getCustomView_Type()
-
setType
void setType(String value)
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
getType()
-
getSource
String getSource()
Returns the value of the 'Source' attribute.- Returns:
- the value of the 'Source' attribute.
- See Also:
setSource(String)
,PictoPackage.getCustomView_Source()
-
setSource
void setSource(String value)
Sets the value of the 'Source
' attribute.- Parameters:
value
- the new value of the 'Source' attribute.- See Also:
getSource()
-
getPosition
Integer getPosition()
Returns the value of the 'Position' attribute.- Returns:
- the value of the 'Position' attribute.
- See Also:
setPosition(Integer)
,PictoPackage.getCustomView_Position()
-
setPosition
void setPosition(Integer value)
Sets the value of the 'Position
' attribute.- Parameters:
value
- the new value of the 'Position' attribute.- See Also:
getPosition()
-
getLayers
org.eclipse.emf.common.util.EList<String> getLayers()
Returns the value of the 'Layers' attribute list. The list contents are of typeString
.- Returns:
- the value of the 'Layers' attribute list.
- See Also:
PictoPackage.getCustomView_Layers()
-
getPatches
org.eclipse.emf.common.util.EList<Patch> getPatches()
Returns the value of the 'Patches' containment reference list. The list contents are of typePatch
.- Returns:
- the value of the 'Patches' containment reference list.
- See Also:
PictoPackage.getCustomView_Patches()
-
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.getCustomView_Parameters()
-
-