Uses of Class
org.restlet.engine.Edition
-
Packages that use Edition Package Description org.restlet.engine Implementation of Restlet API. -
-
Uses of Edition in org.restlet.engine
Fields in org.restlet.engine declared as Edition Modifier and Type Field Description static EditionEdition. CURRENTThe current engine edition.Methods in org.restlet.engine that return Edition Modifier and Type Method Description static EditionEdition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Edition[]Edition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-