public enum AnimalBreeds extends Enum<AnimalBreeds>
| Enum Constant and Description |
|---|
GRET
null
|
GSD
null
|
IRT
null
|
NULL
added to help the parsers
|
TIBMAS
null
|
| Modifier and Type | Method and Description |
|---|---|
static AnimalBreeds |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AnimalBreeds |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnimalBreeds[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnimalBreeds GSD
public static final AnimalBreeds IRT
public static final AnimalBreeds TIBMAS
public static final AnimalBreeds GRET
public static final AnimalBreeds NULL
public static AnimalBreeds[] values()
for (AnimalBreeds c : AnimalBreeds.values()) System.out.println(c);
public static AnimalBreeds 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 AnimalBreeds fromCode(String codeString) throws Exception
Exceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.