public enum TechnicalFacetType extends Enum<TechnicalFacetType>
| Enum Constant and Description |
|---|
COLOURPALETTE |
IMAGE_ASPECTRATIO |
IMAGE_COLOUR |
IMAGE_SIZE |
MIME_TYPE |
SOUND_DURATION |
SOUND_HQ |
VIDEO_DURATION |
VIDEO_HD |
| Modifier and Type | Method and Description |
|---|---|
String |
getRealName() |
static TechnicalFacetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TechnicalFacetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TechnicalFacetType MIME_TYPE
public static final TechnicalFacetType IMAGE_SIZE
public static final TechnicalFacetType IMAGE_ASPECTRATIO
public static final TechnicalFacetType IMAGE_COLOUR
public static final TechnicalFacetType COLOURPALETTE
public static final TechnicalFacetType VIDEO_DURATION
public static final TechnicalFacetType VIDEO_HD
public static final TechnicalFacetType SOUND_HQ
public static final TechnicalFacetType SOUND_DURATION
public static TechnicalFacetType[] values()
for (TechnicalFacetType c : TechnicalFacetType.values()) System.out.println(c);
public static TechnicalFacetType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getRealName()
Copyright © 2018 Europeana Foundation. All rights reserved.