public interface CustomView
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PictoPackage.getCustomView()| Modifier and Type | Method and 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. |
org.eclipse.emf.common.util.EList<String> getPath()
String.
PictoPackage.getCustomView_Path()String getIcon()
setIcon(String),
PictoPackage.getCustomView_Icon()void setIcon(String value)
Icon' attribute.
value - the new value of the 'Icon' attribute.getIcon()String getFormat()
setFormat(String),
PictoPackage.getCustomView_Format()void setFormat(String value)
Format' attribute.
value - the new value of the 'Format' attribute.getFormat()String getType()
setType(String),
PictoPackage.getCustomView_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()String getSource()
setSource(String),
PictoPackage.getCustomView_Source()void setSource(String value)
Source' attribute.
value - the new value of the 'Source' attribute.getSource()Integer getPosition()
setPosition(Integer),
PictoPackage.getCustomView_Position()void setPosition(Integer value)
Position' attribute.
value - the new value of the 'Position' attribute.getPosition()org.eclipse.emf.common.util.EList<String> getLayers()
String.
PictoPackage.getCustomView_Layers()org.eclipse.emf.common.util.EList<Patch> getPatches()
Patch.
PictoPackage.getCustomView_Patches()org.eclipse.emf.common.util.EList<Parameter> getParameters()
Parameter.
PictoPackage.getCustomView_Parameters()Copyright © 2020. All rights reserved.