| Package | Description |
|---|---|
| com.interpss.core.algo | |
| com.interpss.core.algo.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<LfMethodSwitchCriteria> |
LfMethodSwitchCriteria.VALUES
A public read-only list of all the 'Lf Method Switch Criteria' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static LfMethodSwitchCriteria |
LfMethodSwitchCriteria.get(int value)
Returns the 'Lf Method Switch Criteria' literal with the specified integer value.
|
static LfMethodSwitchCriteria |
LfMethodSwitchCriteria.get(java.lang.String literal)
Returns the 'Lf Method Switch Criteria' literal with the specified literal value.
|
static LfMethodSwitchCriteria |
LfMethodSwitchCriteria.getByName(java.lang.String name)
Returns the 'Lf Method Switch Criteria' literal with the specified name.
|
LfMethodSwitchCriteria |
CustomLFMethod.getSwitchCriteria()
Returns the value of the 'Switch Criteria' attribute.
|
static LfMethodSwitchCriteria |
LfMethodSwitchCriteria.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LfMethodSwitchCriteria[] |
LfMethodSwitchCriteria.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLFMethod.setSwitchCriteria(LfMethodSwitchCriteria value)
Sets the value of the '
Switch Criteria' attribute. |
| Modifier and Type | Method and Description |
|---|---|
LfMethodSwitchCriteria |
CoreAlgorithmFactoryImpl.createLfMethodSwitchCriteriaFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
LfMethodSwitchCriteria |
CustomLFMethodImpl.getSwitchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomLFMethodImpl.setSwitchCriteria(LfMethodSwitchCriteria newSwitchCriteria) |