g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.functions
Interface LoopType

All Known Implementing Classes:
LoopTypeImpl

public interface LoopType

A representation of the model object 'Loop Type'.

The following features are supported:

See Also:
FunctionsPackage.getLoopType()

Method Summary
 java.math.BigInteger getEnd()
          Returns the value of the 'End' attribute
 EList getException()
          Returns the value of the 'Exception' containment reference list.
 java.math.BigInteger getStart()
          Returns the value of the 'Start' attribute
 java.math.BigInteger getStep()
          Returns the value of the 'Step' attribute.
 boolean isSetStep()
          Returns whether the value of the 'Step' attribute is set
 void setEnd(java.math.BigInteger value)
          Sets the value of the 'End' attribute
 void setStart(java.math.BigInteger value)
          Sets the value of the 'Start' attribute
 void setStep(java.math.BigInteger value)
          Sets the value of the 'Step' attribute
 void unsetStep()
          Unsets the value of the 'Step' attribute
 

Method Detail

getException

EList getException()
Returns the value of the 'Exception' containment reference list. The list contents are of type ExceptionType.

If the meaning of the 'Exception' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Exception' containment reference list.
See Also:
FunctionsPackage.getLoopType_Exception()

getEnd

java.math.BigInteger getEnd()
Returns the value of the 'End' attribute.

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

Returns:
the value of the 'End' attribute.
See Also:
setEnd(BigInteger), FunctionsPackage.getLoopType_End()

setEnd

void setEnd(java.math.BigInteger value)
Sets the value of the 'End' attribute.

Parameters:
value - the new value of the 'End' attribute.
See Also:
getEnd()

getStart

java.math.BigInteger getStart()
Returns the value of the 'Start' attribute.

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

Returns:
the value of the 'Start' attribute.
See Also:
setStart(BigInteger), FunctionsPackage.getLoopType_Start()

setStart

void setStart(java.math.BigInteger value)
Sets the value of the 'Start' attribute.

Parameters:
value - the new value of the 'Start' attribute.
See Also:
getStart()

getStep

java.math.BigInteger getStep()
Returns the value of the 'Step' attribute. The default value is "1".

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

Returns:
the value of the 'Step' attribute.
See Also:
isSetStep(), unsetStep(), setStep(BigInteger), FunctionsPackage.getLoopType_Step()

setStep

void setStep(java.math.BigInteger value)
Sets the value of the 'Step' attribute.

Parameters:
value - the new value of the 'Step' attribute.
See Also:
isSetStep(), unsetStep(), getStep()

unsetStep

void unsetStep()
Unsets the value of the 'Step' attribute.

See Also:
isSetStep(), getStep(), setStep(BigInteger)

isSetStep

boolean isSetStep()
Returns whether the value of the 'Step' attribute is set.

Returns:
whether the value of the 'Step' attribute is set.
See Also:
unsetStep(), getStep(), setStep(BigInteger)

g-Eclipse
Release 1.0.0