Uses of Enum Class
org.incenp.obofoundry.kgcl.model.ObsoletionPolicyEnum
Packages that use ObsoletionPolicyEnum
-
Uses of ObsoletionPolicyEnum in org.incenp.obofoundry.kgcl.model
Subclasses with type arguments of type ObsoletionPolicyEnum in org.incenp.obofoundry.kgcl.modelMethods in org.incenp.obofoundry.kgcl.model that return ObsoletionPolicyEnumModifier and TypeMethodDescriptionstatic ObsoletionPolicyEnumObsoletionPolicyEnum.fromString(String v) static ObsoletionPolicyEnumReturns the enum constant of this class with the specified name.static ObsoletionPolicyEnum[]ObsoletionPolicyEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.obofoundry.kgcl.model that return types with arguments of type ObsoletionPolicyEnumMethod parameters in org.incenp.obofoundry.kgcl.model with type arguments of type ObsoletionPolicyEnumModifier and TypeMethodDescriptionvoidConfiguration.setObsoletionPolicies(List<ObsoletionPolicyEnum> obsoletionPolicies)