Enum TikaNameIdChunks.PropertySetType
- java.lang.Object
-
- java.lang.Enum<TikaNameIdChunks.PropertySetType>
-
- org.apache.tika.parser.microsoft.msg.TikaNameIdChunks.PropertySetType
-
- All Implemented Interfaces:
Serializable,Comparable<TikaNameIdChunks.PropertySetType>
- Enclosing class:
- TikaNameIdChunks
public static enum TikaNameIdChunks.PropertySetType extends Enum<TikaNameIdChunks.PropertySetType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PS_INTERNET_HEADERSPS_MAPIPS_PUBLIC_STRINGS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.poi.hpsf.ClassIDgetClassID()static TikaNameIdChunks.PropertySetTypevalueOf(String name)Returns the enum constant of this type with the specified name.static TikaNameIdChunks.PropertySetType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PS_MAPI
public static final TikaNameIdChunks.PropertySetType PS_MAPI
-
PS_PUBLIC_STRINGS
public static final TikaNameIdChunks.PropertySetType PS_PUBLIC_STRINGS
-
PS_INTERNET_HEADERS
public static final TikaNameIdChunks.PropertySetType PS_INTERNET_HEADERS
-
-
Method Detail
-
values
public static TikaNameIdChunks.PropertySetType[] 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.PropertySetType c : TikaNameIdChunks.PropertySetType.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.PropertySetType 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()
-
-