Enum ProfileDestinationTypes
- java.lang.Object
-
- java.lang.Enum<ProfileDestinationTypes>
-
- org.hl7.fhir.dstu2016may.model.codesystems.ProfileDestinationTypes
-
- All Implemented Interfaces:
Serializable,Comparable<ProfileDestinationTypes>
public enum ProfileDestinationTypes extends Enum<ProfileDestinationTypes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FHIRDSTU2SDCFORMMANAGERDSTU2 server that serves as an SDC-FormManager.FHIRDSTU2SDCFORMPROCESSORDSTU2 server that serves as an SDC-FormProcessor.FHIRDSTU2SDCFORMRECEIVERDSTU2 server that serves as an SDC-FormReceiver.FHIRDSTU2SERVERGeneral DSTU2 server.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProfileDestinationTypesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ProfileDestinationTypesvalueOf(String name)Returns the enum constant of this type with the specified name.static ProfileDestinationTypes[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FHIRDSTU2SERVER
public static final ProfileDestinationTypes FHIRDSTU2SERVER
General DSTU2 server.
-
FHIRDSTU2SDCFORMMANAGER
public static final ProfileDestinationTypes FHIRDSTU2SDCFORMMANAGER
DSTU2 server that serves as an SDC-FormManager.
-
FHIRDSTU2SDCFORMRECEIVER
public static final ProfileDestinationTypes FHIRDSTU2SDCFORMRECEIVER
DSTU2 server that serves as an SDC-FormReceiver.
-
FHIRDSTU2SDCFORMPROCESSOR
public static final ProfileDestinationTypes FHIRDSTU2SDCFORMPROCESSOR
DSTU2 server that serves as an SDC-FormProcessor.
-
NULL
public static final ProfileDestinationTypes NULL
added to help the parsers
-
-
Method Detail
-
values
public static ProfileDestinationTypes[] 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 (ProfileDestinationTypes c : ProfileDestinationTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ProfileDestinationTypes 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 nameNullPointerException- if the argument is null
-
fromCode
public static ProfileDestinationTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-