ca.infoway.messagebuilder.xml
Class CodingStrength

Package class diagram package CodingStrength
java.lang.Object
  extended by ca.infoway.messagebuilder.lang.Enum
      extended by ca.infoway.messagebuilder.lang.EnumPattern
          extended by ca.infoway.messagebuilder.xml.CodingStrength
All Implemented Interfaces:
Serializable, Comparable

public class CodingStrength
extends EnumPattern

An enum that represents the coding strenth.

Author:
Intelliware Development
See Also:
Serialized Form

Field Summary
static CodingStrength CNE
          A coding strength that represents a coded, non-extensible code (CNE).
static CodingStrength CWE
          A coding strength that represents a coded with extensibility code (CWE).
 
Fields inherited from class ca.infoway.messagebuilder.lang.Enum
INNER_CLASS_SEPARATOR_CHAR, iToString, PACKAGE_SEPARATOR_CHAR
 
Method Summary
 String getDescription()
          Gets a user-readable description of the coding strength.
 
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

CNE

public static final CodingStrength CNE

A coding strength that represents a coded, non-extensible code (CNE).


CWE

public static final CodingStrength CWE

A coding strength that represents a coded with extensibility code (CWE).

Method Detail

getDescription

public String getDescription()

Gets a user-readable description of the coding strength.

Returns:
the description.


Copyright © 2013. All Rights Reserved.