public enum EnumCV_BreedRegistry extends java.lang.Enum<EnumCV_BreedRegistry>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_BreedRegistry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_BreedRegistry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_BreedRegistry AMERICA_KENNEL_CLUB_109200
public static final EnumCV_BreedRegistry AMERICAS_PET_REGISTRY_INC__109201
public static final EnumCV_BreedRegistry AMERICAN_CANINE_ASSOCIATION_109202
public static final EnumCV_BreedRegistry AMERICAN_PUREBRED_REGISTRY_109203
public static final EnumCV_BreedRegistry AMERICAN_RARE_BREED_ASSOCIATION_109204
public static final EnumCV_BreedRegistry ANIMAL_REGISTRY_UNLIMITED_109205
public static final EnumCV_BreedRegistry ANIMAL_RESEARCH_FOUNDATION_109206
public static final EnumCV_BreedRegistry CANADIAN_BORDER_COLLIE_ASSOCIATION_109207
public static final EnumCV_BreedRegistry CANADIAN_KENNEL_CLUB_109208
public static final EnumCV_BreedRegistry CANADIAN_LIVESTOCK_RECORDS_ASSOCIATION_109209
public static final EnumCV_BreedRegistry CANINE_FEDERATION_OF_CANADA_109210
public static final EnumCV_BreedRegistry CONTINENTAL_KENNEL_CLUB_109211
public static final EnumCV_BreedRegistry DOG_REGISTRY_OF_AMERICA_109212
public static final EnumCV_BreedRegistry FEDERATION_OF_INTERNATIONAL_CANINES_109213
public static final EnumCV_BreedRegistry INTERNATIONAL_PROGRESSIVE_DOG_BREEDERS_ALLIANCE_109214
public static final EnumCV_BreedRegistry NATIONAL_KENNEL_CLUB_109215
public static final EnumCV_BreedRegistry NORTH_AMERICAN_PUREBRED_DOG_REGISTRY_109216
public static final EnumCV_BreedRegistry UNITED_ALL_BREED_REGISTRY_109217
public static final EnumCV_BreedRegistry UNITED_KENNEL_CLUB_109218
public static final EnumCV_BreedRegistry UNIVERSAL_KENNEL_CLUB_INTERNATIONAL_109219
public static final EnumCV_BreedRegistry WORKING_CANINE_ASSOCIATION_OF_CANADA_109220
public static final EnumCV_BreedRegistry WORLD_KENNEL_CLUB_109221
public static final EnumCV_BreedRegistry WORLD_WIDE_KENNEL_CLUB_109222
public static EnumCV_BreedRegistry[] values()
for (EnumCV_BreedRegistry c : EnumCV_BreedRegistry.values()) System.out.println(c);
public static EnumCV_BreedRegistry valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()