public static enum ContextURL.Suffix extends Enum<ContextURL.Suffix>
Enum Constant and Description |
---|
DELTA |
DELTA_DELETED_ENTITY |
DELTA_DELETED_LINK |
DELTA_LINK |
ENTITY |
REFERENCE |
Modifier and Type | Method and Description |
---|---|
String |
getRepresentation() |
static ContextURL.Suffix |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextURL.Suffix[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextURL.Suffix ENTITY
public static final ContextURL.Suffix REFERENCE
public static final ContextURL.Suffix DELTA
public static final ContextURL.Suffix DELTA_DELETED_ENTITY
public static final ContextURL.Suffix DELTA_LINK
public static final ContextURL.Suffix DELTA_DELETED_LINK
public static ContextURL.Suffix[] values()
for (ContextURL.Suffix c : ContextURL.Suffix.values()) System.out.println(c);
public static ContextURL.Suffix 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 String getRepresentation()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.