Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.datatypes.EAInteger Interface Reference

List of all members.

Public Member Functions

int getMax ()
void setMax (int value)
void setMin (int value)

Package Functions

int getMin ()

Detailed Description

EAInteger (from Datatypes)

Generalizations
RangeableDatatype (from Datatypes)

Description
An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Attributes
max : int [1]
- The maximal value of the range.
min : int [1]
- The minimum value of the range.

Associations
No additional associations

Constraints
No additional constraints

Semantics
An instance of Integer is an element in the set of integer numbers (..., -2, -1, 0, 1, 2, ...).

Author:
dprenzel

Member Function Documentation

int de.fraunhofer.isst.eastadl.datatypes.EAInteger.getMax (  ) 

Returns the value of the 'Max' attribute.

max : int [1]
The maximal value of the range.

Returns:
the value of the 'Max' attribute.
See also:
setMax(int)
de.fraunhofer.isst.eastadl.datatypes.DatatypesPackage.getEAInteger_Max() required="true"

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.

int de.fraunhofer.isst.eastadl.datatypes.EAInteger.getMin (  )  [package]

Returns the value of the 'Min' attribute.

min : int [1]
The minimum value of the range.

Returns:
the value of the 'Min' attribute.
See also:
setMin(int)
de.fraunhofer.isst.eastadl.datatypes.DatatypesPackage.getEAInteger_Min() required="true"

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.

void de.fraunhofer.isst.eastadl.datatypes.EAInteger.setMax ( int  value  ) 

Sets the value of the 'Max' attribute.

max : int [1]
The maximal value of the range.

Parameters:
value the new value of the 'Max' attribute.
See also:
getMax()

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.

void de.fraunhofer.isst.eastadl.datatypes.EAInteger.setMin ( int  value  ) 

Sets the value of the 'Min' attribute.

min : int [1]
The minimum value of the range.

Parameters:
value the new value of the 'Min' attribute.
See also:
getMin()

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.