Enum StreamObjectTypeHeaderEnd
- java.lang.Object
-
- java.lang.Enum<StreamObjectTypeHeaderEnd>
-
- org.apache.tika.parser.microsoft.onenote.fsshttpb.streamobj.StreamObjectTypeHeaderEnd
-
- All Implemented Interfaces:
Serializable
,Comparable<StreamObjectTypeHeaderEnd>
public enum StreamObjectTypeHeaderEnd extends Enum<StreamObjectTypeHeaderEnd>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AlternativePackaging
Alternative PackagingCellKnowledge
Cell KnowledgeContentTagKnowledge
Content Tag KnowledgeDataElement
Data ElementDataElementPackage
Data Element PackageError
The Error typeFragmentKnowledge
Fragment KnowledgeIntermediateNodeEnd
Intermediate Node EndKnowledge
The KnowledgeObjectGroupData
Object Group DataObjectGroupDeclarations
Object Group DeclarationsObjectGroupMetadataDeclarations
Object Group Metadata Declarations, new added in MOSS2013.QueryChangesFilter
Query Changes FilterQueryChangesRequest
Query Changes RequestReadAccessResponse
Read Access ResponseRequest
The RequestResponse
The ResponseRootNodeEnd
Root Node EndSpecializedKnowledge
Specialized KnowledgeSubRequest
Sub RequestSubResponse
Sub ResponseTargetPartitionId
Target PartitionId, new added in MOSS2013.UserAgent
User AgentUserAgentClientandPlatform
User Agent Client and PlatformWaterlineKnowledge
Waterline KnowledgeWriteAccessResponse
Write Access Response
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamObjectTypeHeaderEnd
fromIntVal(int intVal)
int
getIntVal()
static StreamObjectTypeHeaderEnd
valueOf(String name)
Returns the enum constant of this type with the specified name.static StreamObjectTypeHeaderEnd[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DataElement
public static final StreamObjectTypeHeaderEnd DataElement
Data Element
-
Knowledge
public static final StreamObjectTypeHeaderEnd Knowledge
The Knowledge
-
CellKnowledge
public static final StreamObjectTypeHeaderEnd CellKnowledge
Cell Knowledge
-
DataElementPackage
public static final StreamObjectTypeHeaderEnd DataElementPackage
Data Element Package
-
ObjectGroupDeclarations
public static final StreamObjectTypeHeaderEnd ObjectGroupDeclarations
Object Group Declarations
-
ObjectGroupData
public static final StreamObjectTypeHeaderEnd ObjectGroupData
Object Group Data
-
IntermediateNodeEnd
public static final StreamObjectTypeHeaderEnd IntermediateNodeEnd
Intermediate Node End
-
RootNodeEnd
public static final StreamObjectTypeHeaderEnd RootNodeEnd
Root Node End
-
WaterlineKnowledge
public static final StreamObjectTypeHeaderEnd WaterlineKnowledge
Waterline Knowledge
-
ContentTagKnowledge
public static final StreamObjectTypeHeaderEnd ContentTagKnowledge
Content Tag Knowledge
-
Request
public static final StreamObjectTypeHeaderEnd Request
The Request
-
SubResponse
public static final StreamObjectTypeHeaderEnd SubResponse
Sub Response
-
SubRequest
public static final StreamObjectTypeHeaderEnd SubRequest
Sub Request
-
ReadAccessResponse
public static final StreamObjectTypeHeaderEnd ReadAccessResponse
Read Access Response
-
SpecializedKnowledge
public static final StreamObjectTypeHeaderEnd SpecializedKnowledge
Specialized Knowledge
-
WriteAccessResponse
public static final StreamObjectTypeHeaderEnd WriteAccessResponse
Write Access Response
-
QueryChangesFilter
public static final StreamObjectTypeHeaderEnd QueryChangesFilter
Query Changes Filter
-
Error
public static final StreamObjectTypeHeaderEnd Error
The Error type
-
QueryChangesRequest
public static final StreamObjectTypeHeaderEnd QueryChangesRequest
Query Changes Request
-
UserAgent
public static final StreamObjectTypeHeaderEnd UserAgent
User Agent
-
Response
public static final StreamObjectTypeHeaderEnd Response
The Response
-
FragmentKnowledge
public static final StreamObjectTypeHeaderEnd FragmentKnowledge
Fragment Knowledge
-
ObjectGroupMetadataDeclarations
public static final StreamObjectTypeHeaderEnd ObjectGroupMetadataDeclarations
Object Group Metadata Declarations, new added in MOSS2013.
-
AlternativePackaging
public static final StreamObjectTypeHeaderEnd AlternativePackaging
Alternative Packaging
-
TargetPartitionId
public static final StreamObjectTypeHeaderEnd TargetPartitionId
Target PartitionId, new added in MOSS2013.
-
UserAgentClientandPlatform
public static final StreamObjectTypeHeaderEnd UserAgentClientandPlatform
User Agent Client and Platform
-
-
Method Detail
-
values
public static StreamObjectTypeHeaderEnd[] 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 (StreamObjectTypeHeaderEnd c : StreamObjectTypeHeaderEnd.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StreamObjectTypeHeaderEnd 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
-
fromIntVal
public static StreamObjectTypeHeaderEnd fromIntVal(int intVal)
-
getIntVal
public int getIntVal()
-
-