| Package | Description |
|---|---|
| com.interpss.simu.multicase.modify | |
| com.interpss.simu.multicase.modify.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<BranchRatingChangeType> |
BranchRatingChangeType.VALUES
A public read-only list of all the 'Branch Rating Change Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BranchRatingChangeType |
BranchRatingChangeType.get(int value)
Returns the 'Branch Rating Change Type' literal with the specified integer value.
|
static BranchRatingChangeType |
BranchRatingChangeType.get(java.lang.String literal)
Returns the 'Branch Rating Change Type' literal with the specified literal value.
|
static BranchRatingChangeType |
BranchRatingChangeType.getByName(java.lang.String name)
Returns the 'Branch Rating Change Type' literal with the specified name.
|
BranchRatingChangeType |
BranchRatingChange.getChangeType()
Returns the value of the 'Change Type' attribute.
|
static BranchRatingChangeType |
BranchRatingChangeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BranchRatingChangeType[] |
BranchRatingChangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BranchRatingChange.setChangeType(BranchRatingChangeType value)
Sets the value of the '
Change Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BranchRatingChangeType |
MCaseModifyFactoryImpl.createBranchRatingChangeTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
BranchRatingChangeType |
BranchRatingChangeImpl.getChangeType() |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchRatingChangeImpl.setChangeType(BranchRatingChangeType newChangeType) |