Uses of Class
org.apache.sling.scripting.sightly.testing.models.TestEnum
-
Packages that use TestEnum Package Description org.apache.sling.scripting.sightly.testing.models Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of TestEnum in org.apache.sling.scripting.sightly.testing.models
Methods in org.apache.sling.scripting.sightly.testing.models that return TestEnum Modifier and Type Method Description static TestEnum
TestEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestEnum[]
TestEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-