Uses of Class
org.kie.dmn.model.api.dmndi.KnownColor
-
Packages that use KnownColor Package Description org.kie.dmn.model.api.dmndi -
-
Uses of KnownColor in org.kie.dmn.model.api.dmndi
Methods in org.kie.dmn.model.api.dmndi that return KnownColor Modifier and Type Method Description static KnownColorKnownColor. fromValue(String v)static KnownColorKnownColor. valueOf(String name)Returns the enum constant of this type with the specified name.static KnownColor[]KnownColor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-