public enum ReferenceDto extends Enum<ReferenceDto>
| Modifier and Type | Method and Description |
|---|---|
static ReferenceDto |
fromString(String text) |
String |
toString() |
static ReferenceDto |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceDto[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceDto HG38
public static final ReferenceDto HG19
public static final ReferenceDto HG18
public static final ReferenceDto HG17
public static final ReferenceDto HG16
public static ReferenceDto[] values()
for (ReferenceDto c : ReferenceDto.values()) System.out.println(c);
public static ReferenceDto 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 ReferenceDto fromString(String text)
public String toString()
toString in class Enum<ReferenceDto>Copyright © 2016 DNAstack. All rights reserved.