public interface Target
extends org.eclipse.emf.ecore.EObject
The following features are supported:
FCMPackage.getTarget()
Modifier and Type | Method and Description |
---|---|
int |
getAvailRAM()
Returns the value of the 'Avail RAM' attribute
|
int |
getAvailROM()
Returns the value of the 'Avail ROM' attribute
|
org.eclipse.uml2.uml.Node |
getBase_Node()
Returns the value of the 'Base Node' reference
|
CompilerChain |
getCompiler()
Returns the value of the 'Compiler' reference
|
org.eclipse.emf.common.util.EList<ConfigOption> |
getOptions()
Returns the value of the 'Options' reference list.
|
TargetArchitecture |
getTargetArch()
Returns the value of the 'Target Arch' reference
|
OperatingSystem |
getUsedOS()
Returns the value of the 'Used OS' reference
|
void |
setAvailRAM(int value)
Sets the value of the '
Avail RAM ' attribute |
void |
setAvailROM(int value)
Sets the value of the '
Avail ROM ' attribute |
void |
setBase_Node(org.eclipse.uml2.uml.Node value)
Sets the value of the '
Base Node ' reference |
void |
setCompiler(CompilerChain value)
Sets the value of the '
Compiler ' reference |
void |
setTargetArch(TargetArchitecture value)
Sets the value of the '
Target Arch ' reference |
void |
setUsedOS(OperatingSystem value)
Sets the value of the '
Used OS ' reference |
TargetArchitecture getTargetArch()
If the meaning of the 'Target Arch' reference isn't clear, there really should be more of a description here...
setTargetArch(TargetArchitecture)
,
FCMPackage.getTarget_TargetArch()
void setTargetArch(TargetArchitecture value)
Target Arch
' reference.
value
- the new value of the 'Target Arch' reference.getTargetArch()
org.eclipse.emf.common.util.EList<ConfigOption> getOptions()
ConfigOption
.
If the meaning of the 'Options' reference list isn't clear, there really should be more of a description here...
FCMPackage.getTarget_Options()
org.eclipse.uml2.uml.Node getBase_Node()
If the meaning of the 'Base Node' reference isn't clear, there really should be more of a description here...
setBase_Node(Node)
,
FCMPackage.getTarget_Base_Node()
void setBase_Node(org.eclipse.uml2.uml.Node value)
Base Node
' reference.
value
- the new value of the 'Base Node' reference.getBase_Node()
OperatingSystem getUsedOS()
If the meaning of the 'Used OS' reference isn't clear, there really should be more of a description here...
setUsedOS(OperatingSystem)
,
FCMPackage.getTarget_UsedOS()
void setUsedOS(OperatingSystem value)
Used OS
' reference.
value
- the new value of the 'Used OS' reference.getUsedOS()
int getAvailRAM()
If the meaning of the 'Avail RAM' attribute isn't clear, there really should be more of a description here...
setAvailRAM(int)
,
FCMPackage.getTarget_AvailRAM()
void setAvailRAM(int value)
Avail RAM
' attribute.
value
- the new value of the 'Avail RAM' attribute.getAvailRAM()
int getAvailROM()
If the meaning of the 'Avail ROM' attribute isn't clear, there really should be more of a description here...
setAvailROM(int)
,
FCMPackage.getTarget_AvailROM()
void setAvailROM(int value)
Avail ROM
' attribute.
value
- the new value of the 'Avail ROM' attribute.getAvailROM()
CompilerChain getCompiler()
If the meaning of the 'Compiler' reference isn't clear, there really should be more of a description here...
setCompiler(CompilerChain)
,
FCMPackage.getTarget_Compiler()
void setCompiler(CompilerChain value)
Compiler
' reference.
value
- the new value of the 'Compiler' reference.getCompiler()
Copyright © 2016 Eclipse foundation. All rights reserved.