|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.ohf.ihe.common.cdar2.ApplicationMediaType
public final class ApplicationMediaType
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)
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 |
|---|
public static final int APPLICATION_DICOM
If the meaning of 'Application Dicom' literal object isn't clear, there really should be more of a description here...
APPLICATION_DICOM_LITERAL,
Constant Field Valuespublic static final int APPLICATION_MSWORD
If the meaning of 'Application Msword' literal object isn't clear, there really should be more of a description here...
APPLICATION_MSWORD_LITERAL,
Constant Field Valuespublic static final int APPLICATION_PDF
If the meaning of 'Application Pdf' literal object isn't clear, there really should be more of a description here...
APPLICATION_PDF_LITERAL,
Constant Field Valuespublic static final ApplicationMediaType APPLICATION_DICOM_LITERAL
APPLICATION_DICOMpublic static final ApplicationMediaType APPLICATION_MSWORD_LITERAL
APPLICATION_MSWORDpublic static final ApplicationMediaType APPLICATION_PDF_LITERAL
APPLICATION_PDFpublic static final java.util.List VALUES
| Method Detail |
|---|
public static ApplicationMediaType get(java.lang.String literal)
public static ApplicationMediaType getByName(java.lang.String name)
public static ApplicationMediaType get(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||