Enum Constant Summary
Enum Constants
Angled utensils definition:
Automated feeding devices definition:
Enlarged, cross-cut nipple definition:
Foam handle utensils definition:
Glass with lid/sippy cup definition:
Haberman bottle definition:
Double handhold on glass/cup definition:
Middle flow nipple definition:
added to help the parsers
Orthodontic nipple definition:
Preemie nipple definition:
Rubber matting under tray definition:
Sippy cup without valve definition:
Sippy cup with valve definition:
Slow flow nipple definition:
Standard nipple definition:
Hand wrap utensil holder definition:
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
STANDARDNIPPLE
Standard nipple definition:
PREEMIENIPPLE
Preemie nipple definition:
ORTHONIPPLE
Orthodontic nipple definition:
SLOFLONIPPLE
Slow flow nipple definition:
MIDFLONIPPLE
Middle flow nipple definition:
BIGCUTNIPPLE
Enlarged, cross-cut nipple definition:
HABERMANBOTTLE
Haberman bottle definition:
SIPPYVALVE
Sippy cup with valve definition:
SIPPYNOVALVE
Sippy cup without valve definition:
PROVALECUP
Provale Cup definition:
GLASSLID
Glass with lid/sippy cup definition:
HANDHOLDCUP
Double handhold on glass/cup definition:
RUBBERMAT
Rubber matting under tray definition:
NOSECUP
Nose cup definition:
SCOOPPLATE
Scoop plate definition:
UTENSILHOLDER
Hand wrap utensil holder definition:
FOAMHANDLE
Foam handle utensils definition:
ANGLEDUTENSIL
Angled utensils definition:
SPOUTCUP
Spout cup definition:
AUTOFEEDINGDEVICE
Automated feeding devices definition:
ROCKERKNIFE
Rocker knife definition:
NULL
added to help the parsers
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
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
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException