| Modifier and Type | Method and Description |
|---|---|
static BinaryObjectMimeCodeContentType |
BinaryObjectMimeCodeContentType.fromValue(String v) |
static BinaryObjectMimeCodeContentType |
BinaryObjectMimeCodeContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryObjectMimeCodeContentType[] |
BinaryObjectMimeCodeContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryObjectMimeCodeContentType |
VideoType.getMimeCode()
Gets the value of the mimeCode property.
|
BinaryObjectMimeCodeContentType |
SoundType.getMimeCode()
Gets the value of the mimeCode property.
|
BinaryObjectMimeCodeContentType |
PictureType.getMimeCode()
Gets the value of the mimeCode property.
|
BinaryObjectMimeCodeContentType |
GraphicType.getMimeCode()
Gets the value of the mimeCode property.
|
BinaryObjectMimeCodeContentType |
BinaryObjectType.getMimeCode()
Gets the value of the mimeCode property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoType.setMimeCode(BinaryObjectMimeCodeContentType valueParam)
Sets the value of the mimeCode property.
|
void |
SoundType.setMimeCode(BinaryObjectMimeCodeContentType valueParam)
Sets the value of the mimeCode property.
|
void |
PictureType.setMimeCode(BinaryObjectMimeCodeContentType valueParam)
Sets the value of the mimeCode property.
|
void |
GraphicType.setMimeCode(BinaryObjectMimeCodeContentType valueParam)
Sets the value of the mimeCode property.
|
void |
BinaryObjectType.setMimeCode(BinaryObjectMimeCodeContentType valueParam)
Sets the value of the mimeCode property.
|
Copyright © 2014 Philip Helger. All rights reserved.