Enum TikaNameIdChunks.PredefinedPropertySet
- java.lang.Object
-
- java.lang.Enum<TikaNameIdChunks.PredefinedPropertySet>
-
- org.apache.tika.parser.microsoft.msg.TikaNameIdChunks.PredefinedPropertySet
-
- All Implemented Interfaces:
Serializable
,Comparable<TikaNameIdChunks.PredefinedPropertySet>
- Enclosing class:
- TikaNameIdChunks
public static enum TikaNameIdChunks.PredefinedPropertySet extends Enum<TikaNameIdChunks.PredefinedPropertySet>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.hpsf.ClassID
getClassID()
static TikaNameIdChunks.PredefinedPropertySet
valueOf(String name)
Returns the enum constant of this type with the specified name.static TikaNameIdChunks.PredefinedPropertySet[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PSETID_COMMON
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_COMMON
-
PSETID_ADDRESS
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_ADDRESS
-
PSETID_APPOINTMENT
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_APPOINTMENT
-
PSETID_MEETING
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_MEETING
-
PSETID_LOG
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_LOG
-
PSETID_MESSAGING
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_MESSAGING
-
PSETID_NOTE
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_NOTE
-
PSETID_POST_RSS
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_POST_RSS
-
PSETID_TASK
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_TASK
-
PSETID_UNIFIED_MESSAGING
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_UNIFIED_MESSAGING
-
PSETID_AIR_SYNC
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_AIR_SYNC
-
PSETID_SHARING
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_SHARING
-
PSETID_XML_EXTRACTED_ENTITIES
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_XML_EXTRACTED_ENTITIES
-
PSETID_ATTACHMENT
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_ATTACHMENT
-
PSETID_CALENDAR_ASSISTANT
public static final TikaNameIdChunks.PredefinedPropertySet PSETID_CALENDAR_ASSISTANT
-
-
Method Detail
-
values
public static TikaNameIdChunks.PredefinedPropertySet[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TikaNameIdChunks.PredefinedPropertySet c : TikaNameIdChunks.PredefinedPropertySet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TikaNameIdChunks.PredefinedPropertySet valueOf(String name)
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 nameNullPointerException
- if the argument is null
-
getClassID
public org.apache.poi.hpsf.ClassID getClassID()
-
-