Package org.apache.xmpbox.type
Class FlashType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.FlashType
-
public class FlashType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FIRED
static java.lang.String
FUNCTION
static java.lang.String
MODE
static java.lang.String
RED_EYE_MODE
static java.lang.String
RETURN
-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description FlashType(XMPMetadata metadata)
-
Method Summary
-
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
-
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
-
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
-
-
-
Field Detail
-
FIRED
public static final java.lang.String FIRED
- See Also:
- Constant Field Values
-
FUNCTION
public static final java.lang.String FUNCTION
- See Also:
- Constant Field Values
-
RED_EYE_MODE
public static final java.lang.String RED_EYE_MODE
- See Also:
- Constant Field Values
-
MODE
public static final java.lang.String MODE
- See Also:
- Constant Field Values
-
RETURN
public static final java.lang.String RETURN
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
FlashType
public FlashType(XMPMetadata metadata)
-
-