Enum Class RemittanceTransmissionType
- All Implemented Interfaces:
hdi.edi.qualifier.EdiQualifier, Serializable, Comparable<RemittanceTransmissionType>, Constable
public enum RemittanceTransmissionType
extends Enum<RemittanceTransmissionType>
implements hdi.edi.qualifier.EdiQualifier
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiondesc()ediEltId()ediValue()static RemittanceTransmissionTypestatic RemittanceTransmissionTypeReturns the enum constant of this class with the specified name.static RemittanceTransmissionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface hdi.edi.qualifier.EdiQualifier
codeSource, defaultDesc, descAndCode, isMedicalCode, name, primaryCodeType, qualifierShortType, qualifierType, setDesc, shortDesc, toCodeEntity, toNameAndCode, toSummaryString
-
Enum Constant Details
-
BY_MAIL
-
E_MAIL
-
FILE_TRANSFER
-
ON_LINE
-
NONE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
fromEdi
-
desc
- Specified by:
descin interfacehdi.edi.qualifier.EdiQualifier
-
ediEltId
- Specified by:
ediEltIdin interfacehdi.edi.qualifier.EdiQualifier
-
ediValue
- Specified by:
ediValuein interfacehdi.edi.qualifier.EdiQualifier
-