be.ehealth.businessconnector.chapterIV.common
Enum ConversationType

java.lang.Object
  extended by java.lang.Enum<ConversationType>
      extended by be.ehealth.businessconnector.chapterIV.common.ConversationType
All Implemented Interfaces:
Serializable, Comparable<ConversationType>

public enum ConversationType
extends Enum<ConversationType>

the type of chapter IV conversation. (admission or consultation)


Enum Constant Summary
ADMISSION
          Admission type
CONSULT
          Consultation type
 
Method Summary
 String getPropertyString()
           
static ConversationType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConversationType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ADMISSION

public static final ConversationType ADMISSION
Admission type


CONSULT

public static final ConversationType CONSULT
Consultation type

Method Detail

values

public static ConversationType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ConversationType c : ConversationType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ConversationType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
NullPointerException - if the argument is null

getPropertyString

public String getPropertyString()
Returns:
the propertyString



Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.