JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
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
OBJECT_TYPE_REFERENCE
public static final IptcTypes OBJECT_TYPE_REFERENCE
OBJECT_ATTRIBUTE_REFERENCE
public static final IptcTypes OBJECT_ATTRIBUTE_REFERENCE
EDITORIAL_UPDATE
public static final IptcTypes EDITORIAL_UPDATE
SUBJECT_REFERENCE
public static final IptcTypes SUBJECT_REFERENCE
SUPPLEMENTAL_CATEGORY
public static final IptcTypes SUPPLEMENTAL_CATEGORY
FIXTURE_IDENTIFIER
public static final IptcTypes FIXTURE_IDENTIFIER
CONTENT_LOCATION_CODE
public static final IptcTypes CONTENT_LOCATION_CODE
CONTENT_LOCATION_NAME
public static final IptcTypes CONTENT_LOCATION_NAME
EXPIRATION_DATE
public static final IptcTypes EXPIRATION_DATE
EXPIRATION_TIME
public static final IptcTypes EXPIRATION_TIME
SPECIAL_INSTRUCTIONS
public static final IptcTypes SPECIAL_INSTRUCTIONS
REFERENCE_SERVICE
public static final IptcTypes REFERENCE_SERVICE
REFERENCE_NUMBER
public static final IptcTypes REFERENCE_NUMBER
DIGITAL_CREATION_DATE
public static final IptcTypes DIGITAL_CREATION_DATE
DIGITAL_CREATION_TIME
public static final IptcTypes DIGITAL_CREATION_TIME
ORIGINATING_PROGRAM
public static final IptcTypes ORIGINATING_PROGRAM
PROGRAM_VERSION
public static final IptcTypes PROGRAM_VERSION
COUNTRY_PRIMARY_LOCATION_CODE
public static final IptcTypes COUNTRY_PRIMARY_LOCATION_CODE
COUNTRY_PRIMARY_LOCATION_NAME
public static final IptcTypes COUNTRY_PRIMARY_LOCATION_NAME
ORIGINAL_TRANSMISSION_REFERENCE
public static final IptcTypes ORIGINAL_TRANSMISSION_REFERENCE
COPYRIGHT_NOTICE
public static final IptcTypes COPYRIGHT_NOTICE
CAPTION_ABSTRACT
public static final IptcTypes CAPTION_ABSTRACT
RASTERIZED_CAPTION
public static final IptcTypes RASTERIZED_CAPTION
IMAGE_ORIENTATION
public static final IptcTypes IMAGE_ORIENTATION
LANGUAGE_IDENTIFIER
public static final IptcTypes LANGUAGE_IDENTIFIER
AUDIO_SAMPLING_RATE
public static final IptcTypes AUDIO_SAMPLING_RATE
AUDIO_SAMPLING_RESOLUTION
public static final IptcTypes AUDIO_SAMPLING_RESOLUTION
OBJECT_DATA_PREVIEW_DATA
public static final IptcTypes OBJECT_DATA_PREVIEW_DATA
Field Details
type
public final int type
Constructor Details
IptcTypes
private IptcTypes (int type,
String name)
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
getUnknown
public static IptcType getUnknown (int type)