public enum EnumCM_BreedRegistry extends java.lang.Enum<EnumCM_BreedRegistry>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_BreedRegistry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_BreedRegistry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_BreedRegistry AMERICA_KENNEL_CLUB
public static final EnumCM_BreedRegistry AMERICAS_PET_REGISTRY_INC_
public static final EnumCM_BreedRegistry AMERICAN_CANINE_ASSOCIATION
public static final EnumCM_BreedRegistry AMERICAN_PUREBRED_REGISTRY
public static final EnumCM_BreedRegistry AMERICAN_RARE_BREED_ASSOCIATION
public static final EnumCM_BreedRegistry ANIMAL_REGISTRY_UNLIMITED
public static final EnumCM_BreedRegistry ANIMAL_RESEARCH_FOUNDATION
public static final EnumCM_BreedRegistry CANADIAN_BORDER_COLLIE_ASSOCIATION
public static final EnumCM_BreedRegistry CANADIAN_KENNEL_CLUB
public static final EnumCM_BreedRegistry CANADIAN_LIVESTOCK_RECORDS_ASSOCIATION
public static final EnumCM_BreedRegistry CANINE_FEDERATION_OF_CANADA
public static final EnumCM_BreedRegistry CONTINENTAL_KENNEL_CLUB
public static final EnumCM_BreedRegistry DOG_REGISTRY_OF_AMERICA
public static final EnumCM_BreedRegistry FEDERATION_OF_INTERNATIONAL_CANINES
public static final EnumCM_BreedRegistry INTERNATIONAL_PROGRESSIVE_DOG_BREEDERS_ALLIANCE
public static final EnumCM_BreedRegistry NATIONAL_KENNEL_CLUB
public static final EnumCM_BreedRegistry NORTH_AMERICAN_PUREBRED_DOG_REGISTRY
public static final EnumCM_BreedRegistry UNITED_ALL_BREED_REGISTRY
public static final EnumCM_BreedRegistry UNITED_KENNEL_CLUB
public static final EnumCM_BreedRegistry UNIVERSAL_KENNEL_CLUB_INTERNATIONAL
public static final EnumCM_BreedRegistry WORKING_CANINE_ASSOCIATION_OF_CANADA
public static final EnumCM_BreedRegistry WORLD_KENNEL_CLUB
public static final EnumCM_BreedRegistry WORLD_WIDE_KENNEL_CLUB
public static EnumCM_BreedRegistry[] values()
for (EnumCM_BreedRegistry c : EnumCM_BreedRegistry.values()) System.out.println(c);
public static EnumCM_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()