|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'IParameter'.
The following features are supported:
AlgorithmPackage.getIParameter()| Method Summary | |
|---|---|
java.lang.String[] |
getAllowedValues()
Returns the value of the 'Allowed Values' attribute. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.Class |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isEditable()
Returns the value of the 'Editable' attribute. |
boolean |
isHidden()
Returns the value of the 'Hidden' attribute. |
void |
setAllowedValues(java.lang.String[] value)
Sets the value of the ' Allowed Values' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute. |
void |
setEditable(boolean value)
Sets the value of the ' Editable' attribute. |
void |
setHidden(boolean value)
Sets the value of the ' Hidden' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
void |
setType(java.lang.Class value)
Sets the value of the ' Type' attribute. |
| 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 |
| Method Detail |
public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
AlgorithmPackage.getIParameter_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
AlgorithmPackage.getIParameter_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()public java.lang.Class getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(Class),
AlgorithmPackage.getIParameter_Type()public void setType(java.lang.Class value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()public java.lang.String[] getAllowedValues()
If the meaning of the 'Allowed Values' attribute isn't clear, there really should be more of a description here...
setAllowedValues(String[]),
AlgorithmPackage.getIParameter_AllowedValues()public void setAllowedValues(java.lang.String[] value)
Allowed Values' attribute.
value - the new value of the 'Allowed Values' attribute.getAllowedValues()public boolean isEditable()
"true".
If the meaning of the 'Editable' attribute isn't clear, there really should be more of a description here...
setEditable(boolean),
AlgorithmPackage.getIParameter_Editable()public void setEditable(boolean value)
Editable' attribute.
value - the new value of the 'Editable' attribute.isEditable()public boolean isHidden()
"false".
If the meaning of the 'Hidden' attribute isn't clear, there really should be more of a description here...
setHidden(boolean),
AlgorithmPackage.getIParameter_Hidden()public void setHidden(boolean value)
Hidden' attribute.
value - the new value of the 'Hidden' attribute.isHidden()
|
TPTP 4.1.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||