public class RestMethodNamingScheme
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
__null |
static java.lang.String |
_FLAT |
static java.lang.String |
_FLAT_UNIQUE |
static RestMethodNamingScheme |
_null |
static java.lang.String |
_SCOPED_UNIQUE |
private static java.util.HashMap |
_table_ |
private java.lang.String |
_value_ |
static RestMethodNamingScheme |
FLAT |
static RestMethodNamingScheme |
FLAT_UNIQUE |
static RestMethodNamingScheme |
SCOPED_UNIQUE |
Modifier | Constructor and Description |
---|---|
protected |
RestMethodNamingScheme(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static RestMethodNamingScheme |
fromString(java.lang.String value) |
static RestMethodNamingScheme |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
private java.lang.String _value_
private static java.util.HashMap _table_
public static final java.lang.String __null
public static final java.lang.String _FLAT
public static final java.lang.String _FLAT_UNIQUE
public static final java.lang.String _SCOPED_UNIQUE
public static final RestMethodNamingScheme _null
public static final RestMethodNamingScheme FLAT
public static final RestMethodNamingScheme FLAT_UNIQUE
public static final RestMethodNamingScheme SCOPED_UNIQUE
public java.lang.String getValue()
public static RestMethodNamingScheme fromValue(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public static RestMethodNamingScheme fromString(java.lang.String value) throws java.lang.IllegalStateException
java.lang.IllegalStateException
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object