TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm
Interface IParameter

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
IParameterImpl

public interface IParameter
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'IParameter'.

The following features are supported:

See Also:
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

getName

public java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), AlgorithmPackage.getIParameter_Name()

setName

public void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

public java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), AlgorithmPackage.getIParameter_Description()

setDescription

public void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getType

public java.lang.Class getType()
Returns the value of the 'Type' attribute.

If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type' attribute.
See Also:
setType(Class), AlgorithmPackage.getIParameter_Type()

setType

public void setType(java.lang.Class value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()

getAllowedValues

public java.lang.String[] getAllowedValues()
Returns the value of the 'Allowed Values' attribute.

If the meaning of the 'Allowed Values' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Allowed Values' attribute.
See Also:
setAllowedValues(String[]), AlgorithmPackage.getIParameter_AllowedValues()

setAllowedValues

public void setAllowedValues(java.lang.String[] value)
Sets the value of the 'Allowed Values' attribute.

Parameters:
value - the new value of the 'Allowed Values' attribute.
See Also:
getAllowedValues()

isEditable

public boolean isEditable()
Returns the value of the 'Editable' attribute. The default value is "true".

If the meaning of the 'Editable' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Editable' attribute.
See Also:
setEditable(boolean), AlgorithmPackage.getIParameter_Editable()

setEditable

public void setEditable(boolean value)
Sets the value of the 'Editable' attribute.

Parameters:
value - the new value of the 'Editable' attribute.
See Also:
isEditable()

isHidden

public boolean isHidden()
Returns the value of the 'Hidden' attribute. The default value is "false".

If the meaning of the 'Hidden' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Hidden' attribute.
See Also:
setHidden(boolean), AlgorithmPackage.getIParameter_Hidden()

setHidden

public void setHidden(boolean value)
Sets the value of the 'Hidden' attribute.

Parameters:
value - the new value of the 'Hidden' attribute.
See Also:
isHidden()

TPTP 4.1.0 Platform Project
Public API Specification