Uses of Class
org.somda.sdc.biceps.model.message.RetrievabilityMethod
-
Packages that use RetrievabilityMethod Package Description org.somda.sdc.biceps.model.message -
-
Uses of RetrievabilityMethod in org.somda.sdc.biceps.model.message
Fields in org.somda.sdc.biceps.model.message declared as RetrievabilityMethod Modifier and Type Field Description protected RetrievabilityMethodRetrievabilityInfo. methodMethods in org.somda.sdc.biceps.model.message that return RetrievabilityMethod Modifier and Type Method Description static RetrievabilityMethodRetrievabilityMethod. fromValue(String v)RetrievabilityMethodRetrievabilityInfo. getMethod()Gets the value of the method property.static RetrievabilityMethodRetrievabilityMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrievabilityMethod[]RetrievabilityMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.message with parameters of type RetrievabilityMethod Modifier and Type Method Description voidRetrievabilityInfo. setMethod(RetrievabilityMethod value)Sets the value of the method property.
-