Uses of Class
org.somda.sdc.biceps.model.participant.DerivationMethod
-
Packages that use DerivationMethod Package Description org.somda.sdc.biceps.model.participant -
-
Uses of DerivationMethod in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as DerivationMethod Modifier and Type Field Description protected DerivationMethodAbstractMetricDescriptor. derivationMethodMethods in org.somda.sdc.biceps.model.participant that return DerivationMethod Modifier and Type Method Description static DerivationMethodDerivationMethod. fromValue(String v)DerivationMethodAbstractMetricDescriptor. getDerivationMethod()Gets the value of the derivationMethod property.static DerivationMethodDerivationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static DerivationMethod[]DerivationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type DerivationMethod Modifier and Type Method Description voidAbstractMetricDescriptor. setDerivationMethod(DerivationMethod value)Sets the value of the derivationMethod property.
-