public enum IiifImageApiVersion extends Enum<IiifImageApiVersion>
| Modifier and Type | Method and Description |
|---|---|
static IiifImageApiVersion |
getVersion(String context) |
static IiifImageApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IiifImageApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IiifImageApiVersion V1_1
public static final IiifImageApiVersion V2
public static IiifImageApiVersion[] values()
for (IiifImageApiVersion c : IiifImageApiVersion.values()) System.out.println(c);
public static IiifImageApiVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static IiifImageApiVersion getVersion(String context)
Copyright © 2017. All rights reserved.