|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.infoway.messagebuilder.lang.Enum
ca.infoway.messagebuilder.lang.EnumPattern
ca.infoway.messagebuilder.domainvalue.basic.TelecommunicationAddressUse
public class TelecommunicationAddressUse
An enum for telecom address uses. Used mainly within tests.
Field Summary | |
---|---|
static TelecommunicationAddressUse |
ANSWERING_MACHINE
|
static TelecommunicationAddressUse |
BAD
|
static TelecommunicationAddressUse |
CONFIDENTIAL
|
static TelecommunicationAddressUse |
DIRECT
|
static TelecommunicationAddressUse |
EMERGENCY_CONTACT
|
static TelecommunicationAddressUse |
HOME
|
static TelecommunicationAddressUse |
MOBILE
|
static TelecommunicationAddressUse |
PAGER
|
static TelecommunicationAddressUse |
PRIMARY_HOME
|
static TelecommunicationAddressUse |
PUBLISHED
|
static TelecommunicationAddressUse |
TEMPORARY
|
static TelecommunicationAddressUse |
VACATION_HOME
|
static TelecommunicationAddressUse |
WORKPLACE
|
Fields inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR |
Method Summary | |
---|---|
String |
getCodeSystem()
Returns the code system for this telecom address use. |
String |
getCodeValue()
Returns the code for this telecome address use. |
String |
getDescription()
Returns a description of this telecom address use. |
Methods inherited from class ca.infoway.messagebuilder.lang.EnumPattern |
---|
getEnumConstants, isEnum, name, toString, valueOf, values |
Methods inherited from class ca.infoway.messagebuilder.lang.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, getShortClassName, getShortClassName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final TelecommunicationAddressUse HOME
public static final TelecommunicationAddressUse PRIMARY_HOME
public static final TelecommunicationAddressUse VACATION_HOME
public static final TelecommunicationAddressUse WORKPLACE
public static final TelecommunicationAddressUse DIRECT
public static final TelecommunicationAddressUse CONFIDENTIAL
public static final TelecommunicationAddressUse PUBLISHED
public static final TelecommunicationAddressUse BAD
public static final TelecommunicationAddressUse TEMPORARY
public static final TelecommunicationAddressUse ANSWERING_MACHINE
public static final TelecommunicationAddressUse EMERGENCY_CONTACT
public static final TelecommunicationAddressUse MOBILE
public static final TelecommunicationAddressUse PAGER
Method Detail |
---|
public String getCodeSystem()
Returns the code system for this telecom address use.
getCodeSystem
in interface Code
public String getCodeValue()
Returns the code for this telecome address use.
getCodeValue
in interface Code
public String getDescription()
Returns a description of this telecom address use.
getDescription
in interface Describable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |