Uses of Class
org.omg.smm.BinaryFunctor
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
-
Uses of BinaryFunctor in org.omg.smm
Fields in org.omg.smm with type parameters of type BinaryFunctor Modifier and Type Field Description static List<BinaryFunctor>BinaryFunctor. VALUESA public read-only list of all the 'Binary Functor' enumerators.Methods in org.omg.smm that return BinaryFunctor Modifier and Type Method Description static BinaryFunctorBinaryFunctor. get(int value)Returns the 'Binary Functor' literal with the specified integer value.static BinaryFunctorBinaryFunctor. get(String literal)Returns the 'Binary Functor' literal with the specified literal value.static BinaryFunctorBinaryFunctor. getByName(String name)Returns the 'Binary Functor' literal with the specified name.BinaryFunctorBinaryMeasure. getFunctor()Returns the value of the 'Functor' attribute.static BinaryFunctorBinaryFunctor. 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.Methods in org.omg.smm with parameters of type BinaryFunctor Modifier and Type Method Description voidBinaryMeasure. setFunctor(BinaryFunctor value)Sets the value of the 'Functor' attribute. -
Uses of BinaryFunctor in org.omg.smm.impl
Fields in org.omg.smm.impl declared as BinaryFunctor Modifier and Type Field Description protected BinaryFunctorBinaryMeasureImpl. functorThe cached value of the 'Functor' attribute.protected static BinaryFunctorBinaryMeasureImpl. FUNCTOR_EDEFAULTThe default value of the 'Functor' attribute.Methods in org.omg.smm.impl that return BinaryFunctor Modifier and Type Method Description BinaryFunctorSmmFactoryImpl. createBinaryFunctorFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)BinaryFunctorBinaryMeasureImpl. getFunctor()Methods in org.omg.smm.impl with parameters of type BinaryFunctor Modifier and Type Method Description voidBinaryMeasureImpl. setFunctor(BinaryFunctor newFunctor)