| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<BinaryFunctor> |
BinaryFunctor.VALUES
A public read-only list of all the 'Binary Functor' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryFunctor |
BinaryFunctor.get(int value)
Returns the 'Binary Functor' literal with the specified integer value.
|
static BinaryFunctor |
BinaryFunctor.get(String literal)
Returns the 'Binary Functor' literal with the specified literal value.
|
static BinaryFunctor |
BinaryFunctor.getByName(String name)
Returns the 'Binary Functor' literal with the specified name.
|
BinaryFunctor |
BinaryMeasure.getFunctor()
Returns the value of the 'Functor' attribute.
|
static BinaryFunctor |
BinaryFunctor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryFunctor[] |
BinaryFunctor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryMeasure.setFunctor(BinaryFunctor value)
Sets the value of the '
Functor' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected BinaryFunctor |
BinaryMeasureImpl.functor
The cached value of the '
Functor' attribute. |
protected static BinaryFunctor |
BinaryMeasureImpl.FUNCTOR_EDEFAULT
The default value of the '
Functor' attribute. |
| Modifier and Type | Method and Description |
|---|---|
BinaryFunctor |
SmmFactoryImpl.createBinaryFunctorFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
BinaryFunctor |
BinaryMeasureImpl.getFunctor() |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryMeasureImpl.setFunctor(BinaryFunctor newFunctor) |
Copyright © 2018–2020 Atlanmod. All rights reserved.