|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.vmdb.hl7.Identifiers
Description: HL7 Network Connectivity For VMDB.
Copyright: Copyright (c) 2002-2003.
Company: Veterinary Medical Database (VMDB).
Constructor Summary | |
Identifiers()
|
Method Summary | |
static boolean |
isChipType(java.lang.String sChipType)
Is the supplied String a known microchip type? |
static boolean |
isEarTagType(java.lang.String sEarTagType)
Is the supplied String a known ear tag type? |
static boolean |
isTattooType(java.lang.String sTattooType)
Is the supplied String a known tattoo type? |
static java.util.Iterator |
listChipTypes()
Get an Iterator over all known chip types. |
static java.util.Iterator |
listEarTagTypes()
Get an Iterator over all known ear tag types. |
static java.util.Iterator |
listTattooTypes()
Get an Iterator over all known tattoo types. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Identifiers()
Method Detail |
public static boolean isChipType(java.lang.String sChipType)
sChipType
- String with case sensitive chip type name.
public static java.util.Iterator listChipTypes()
public static boolean isEarTagType(java.lang.String sEarTagType)
sEarTagType
- String with case sensitive ear tag type name.
public static java.util.Iterator listEarTagTypes()
public static boolean isTattooType(java.lang.String sTattooType)
sTattooType
- String with case sensitive tattoo type name.
public static java.util.Iterator listTattooTypes()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |