public static enum Check.Ctype extends Enum<Check.Ctype>
| Modifier and Type | Method and Description |
|---|---|
static Check.Ctype |
fromValue(String v) |
String |
value() |
static Check.Ctype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Check.Ctype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Check.Ctype MD_5
public static final Check.Ctype DATETIME
public static final Check.Ctype ETAG
public static Check.Ctype[] values()
for (Check.Ctype c : Check.Ctype.values()) System.out.println(c);
public static Check.Ctype 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 value()
public static Check.Ctype fromValue(String v)
Copyright © 2015 OpenEstate. All rights reserved.