Package | Description |
---|---|
com.interpss.se | |
com.interpss.se.algo | |
com.interpss.se.algo.impl | |
com.interpss.se.impl | |
com.interpss.se.record | |
com.interpss.se.record.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<MeasureType> |
MeasureType.VALUES
A public read-only list of all the 'Measure Type' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static MeasureType |
MeasureType.get(int value)
Returns the 'Measure Type' literal with the specified integer value.
|
static MeasureType |
MeasureType.get(java.lang.String literal)
Returns the 'Measure Type' literal with the specified literal value.
|
static MeasureType |
MeasureType.getByName(java.lang.String name)
Returns the 'Measure Type' literal with the specified name.
|
static MeasureType |
MeasureType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MeasureType[] |
MeasureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SuspiciousData |
SEObjectFactory.createSuspiciousData(int index,
java.lang.String id,
MeasureType type)
create a Suspicious data object
|
SEMeasRecord |
SENetwork.getRecord(MeasureType type,
java.lang.Long id)
this method for getting record
|
Modifier and Type | Method and Description |
---|---|
MeasureType |
SuspiciousData.getType()
Returns the value of the 'Type' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
SuspiciousData.setType(MeasureType value)
Sets the value of the '
Type ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected MeasureType |
SuspiciousDataImpl.type
The cached value of the '
Type ' attribute. |
protected static MeasureType |
SuspiciousDataImpl.TYPE_EDEFAULT
The default value of the '
Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
MeasureType |
SuspiciousDataImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
SuspiciousDataImpl.setType(MeasureType newType) |
Modifier and Type | Method and Description |
---|---|
MeasureType |
SEFactoryImpl.createMeasureTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
Modifier and Type | Method and Description |
---|---|
SEMeasRecord |
SENetworkImpl.getRecord(MeasureType type,
java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
MeasureType |
SEMeasRecord.getMeasureType()
Returns the value of the 'Measure Type' attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
SEMeasRecord.setMeasureType(MeasureType value)
Sets the value of the '
Measure Type ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected static MeasureType |
SEMeasRecordImpl.MEASURE_TYPE_EDEFAULT
The default value of the '
Measure Type ' attribute. |
protected MeasureType |
SEMeasRecordImpl.measureType
The cached value of the '
Measure Type ' attribute. |
Modifier and Type | Method and Description |
---|---|
MeasureType |
SEMeasRecordImpl.getMeasureType() |
Modifier and Type | Method and Description |
---|---|
void |
SEMeasRecordImpl.setMeasureType(MeasureType newMeasureType) |