ca.infoway.messagebuilder.domainvalue.basic
Class TelecommunicationAddressUse

Package class diagram package TelecommunicationAddressUse
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.domainvalue.basic.TelecommunicationAddressUse
All Implemented Interfaces:
Code, Describable, TelecommunicationAddressUse, Serializable, Comparable

public class TelecommunicationAddressUse
extends EnumPattern
implements Describable, TelecommunicationAddressUse

An enum for telecom address uses. Used mainly within tests.

Author:
Intelliware Development
See Also:
Serialized Form

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

HOME

public static final TelecommunicationAddressUse HOME

PRIMARY_HOME

public static final TelecommunicationAddressUse PRIMARY_HOME

VACATION_HOME

public static final TelecommunicationAddressUse VACATION_HOME

WORKPLACE

public static final TelecommunicationAddressUse WORKPLACE

DIRECT

public static final TelecommunicationAddressUse DIRECT

CONFIDENTIAL

public static final TelecommunicationAddressUse CONFIDENTIAL

PUBLISHED

public static final TelecommunicationAddressUse PUBLISHED

BAD

public static final TelecommunicationAddressUse BAD

TEMPORARY

public static final TelecommunicationAddressUse TEMPORARY

ANSWERING_MACHINE

public static final TelecommunicationAddressUse ANSWERING_MACHINE

EMERGENCY_CONTACT

public static final TelecommunicationAddressUse EMERGENCY_CONTACT

MOBILE

public static final TelecommunicationAddressUse MOBILE

PAGER

public static final TelecommunicationAddressUse PAGER
Method Detail

getCodeSystem

public String getCodeSystem()

Returns the code system for this telecom address use.

Specified by:
getCodeSystem in interface Code
Returns:
the code system for this telecom address use

getCodeValue

public String getCodeValue()

Returns the code for this telecome address use.

Specified by:
getCodeValue in interface Code
Returns:
the code for this telecome address use.

getDescription

public String getDescription()

Returns a description of this telecom address use.

Specified by:
getDescription in interface Describable
Returns:
a description of this telecom address use.


Copyright © 2013. All Rights Reserved.