Uses of Class
io.keyko.nevermined.models.service.Condition.ConditionTypes
-
Packages that use Condition.ConditionTypes Package Description io.keyko.nevermined.manager io.keyko.nevermined.models.service -
-
Uses of Condition.ConditionTypes in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager with parameters of type Condition.ConditionTypes Modifier and Type Method Description booleanNeverminedManager. isConditionFulfilled(String serviceAgreementId, Condition.ConditionTypes conditionType) -
Uses of Condition.ConditionTypes in io.keyko.nevermined.models.service
Methods in io.keyko.nevermined.models.service that return Condition.ConditionTypes Modifier and Type Method Description static Condition.ConditionTypesCondition.ConditionTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Condition.ConditionTypes[]Condition.ConditionTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-