org.eclipse.ohf.ihe.common.cdar2
Class ApplicationMediaType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.ohf.ihe.common.cdar2.ApplicationMediaType
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class ApplicationMediaType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Application Media Type', and utility methods for working with them. abstDomain: V14832 (C-0-D14824-V14832-cpt)

See Also:
CDAR2Package.getApplicationMediaType()

Field Summary
static int APPLICATION_DICOM
          The 'Application Dicom' literal value.
static ApplicationMediaType APPLICATION_DICOM_LITERAL
          The 'Application Dicom' literal object.
static int APPLICATION_MSWORD
          The 'Application Msword' literal value.
static ApplicationMediaType APPLICATION_MSWORD_LITERAL
          The 'Application Msword' literal object.
static int APPLICATION_PDF
          The 'Application Pdf' literal value.
static ApplicationMediaType APPLICATION_PDF_LITERAL
          The 'Application Pdf' literal object.
static java.util.List VALUES
          A public read-only list of all the 'Application Media Type' enumerators.
 
Method Summary
static ApplicationMediaType get(int value)
          Returns the 'Application Media Type' literal with the specified integer value.
static ApplicationMediaType get(java.lang.String literal)
          Returns the 'Application Media Type' literal with the specified literal value.
static ApplicationMediaType getByName(java.lang.String name)
          Returns the 'Application Media Type' literal with the specified name.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

APPLICATION_DICOM

public static final int APPLICATION_DICOM
The 'Application Dicom' literal value.

If the meaning of 'Application Dicom' literal object isn't clear, there really should be more of a description here...

See Also:
APPLICATION_DICOM_LITERAL, Constant Field Values

APPLICATION_MSWORD

public static final int APPLICATION_MSWORD
The 'Application Msword' literal value.

If the meaning of 'Application Msword' literal object isn't clear, there really should be more of a description here...

See Also:
APPLICATION_MSWORD_LITERAL, Constant Field Values

APPLICATION_PDF

public static final int APPLICATION_PDF
The 'Application Pdf' literal value.

If the meaning of 'Application Pdf' literal object isn't clear, there really should be more of a description here...

See Also:
APPLICATION_PDF_LITERAL, Constant Field Values

APPLICATION_DICOM_LITERAL

public static final ApplicationMediaType APPLICATION_DICOM_LITERAL
The 'Application Dicom' literal object.

See Also:
APPLICATION_DICOM

APPLICATION_MSWORD_LITERAL

public static final ApplicationMediaType APPLICATION_MSWORD_LITERAL
The 'Application Msword' literal object.

See Also:
APPLICATION_MSWORD

APPLICATION_PDF_LITERAL

public static final ApplicationMediaType APPLICATION_PDF_LITERAL
The 'Application Pdf' literal object.

See Also:
APPLICATION_PDF

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Application Media Type' enumerators.

Method Detail

get

public static ApplicationMediaType get(java.lang.String literal)
Returns the 'Application Media Type' literal with the specified literal value.


getByName

public static ApplicationMediaType getByName(java.lang.String name)
Returns the 'Application Media Type' literal with the specified name.


get

public static ApplicationMediaType get(int value)
Returns the 'Application Media Type' literal with the specified integer value.