|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DPLVariable
A representation of the model object 'DPL Variable'.
Common_DatapoolPackage.getDPLVariable()The following features are supported:
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable |
|---|
ROLE_INPUT_DATA, ROLE_INPUT_OUTPUT_DATA, ROLE_OUTPUT_DATA, ROLE_UNSPECIFIED, ROLE_VERIFICATION_DATA |
| Method Summary | |
|---|---|
DPLRole |
getRole()
Returns the value of the 'Role' attribute. |
java.lang.String |
getType()
Returns the value of the 'Type' attribute |
org.eclipse.emf.common.util.EList<DPLVariable> |
getVariables()
Returns the value of the 'Variables' containment reference list. |
boolean |
isEncrypted()
Returns the value of the 'Encrypted' attribute. |
void |
setEncrypted(boolean value)
Sets the value of the ' Encrypted' attribute |
void |
setRole(DPLRole value)
Sets the value of the ' Role' attribute |
void |
setType(java.lang.String value)
Sets the value of the ' Type' attribute |
| Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement |
|---|
getDescription, getId, getName, setDescription, setId, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.hyades.edit.datapool.IDatapoolVariable |
|---|
setRole, setSuggestedType |
| Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolVariable |
|---|
getRoleAsInt, getSuggestedType |
| Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.INamedElement |
|---|
getDescription, getId, getName |
| Methods inherited from interface org.eclipse.hyades.edit.datapool.INamedElement |
|---|
setDescription, setId, setName |
| Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.INamedElement |
|---|
getDescription, getId, getName |
| Method Detail |
|---|
java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
Common_DatapoolPackage.getDPLVariable_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()DPLRole getRole()
DPLRole.
If the meaning of the 'Role' attribute isn't clear, there really should be more of a description here...
DPLRole,
setRole(DPLRole),
Common_DatapoolPackage.getDPLVariable_Role()void setRole(DPLRole value)
Role' attribute.
value - the new value of the 'Role' attribute.DPLRole,
getRole()boolean isEncrypted()
"false".
This boolean specifies whether or not this DPLVariable is encrypted.
setEncrypted(boolean),
Common_DatapoolPackage.getDPLVariable_Encrypted()void setEncrypted(boolean value)
Encrypted' attribute.
This boolean specifies whether or not this DPLVariable is encrypted.
value - the new value of the 'Encrypted' attribute.isEncrypted()org.eclipse.emf.common.util.EList<DPLVariable> getVariables()
DPLVariable.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
Common_DatapoolPackage.getDPLVariable_Variables()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||