public static enum NameIdChunks.PredefinedPropertySet extends java.lang.Enum<NameIdChunks.PredefinedPropertySet>
Enum Constant and Description |
---|
PSETID_ADDRESS |
PSETID_AIR_SYNC |
PSETID_APPOINTMENT |
PSETID_ATTACHMENT |
PSETID_COMMON |
PSETID_LOG |
PSETID_MEETING |
PSETID_MESSAGING |
PSETID_NOTE |
PSETID_POST_RSS |
PSETID_SHARING |
PSETID_TASK |
PSETID_UNIFIED_MESSAGING |
PSETID_XML_EXTRACTED_ENTITIES |
Modifier and Type | Method and Description |
---|---|
ClassID |
getClassID() |
static NameIdChunks.PredefinedPropertySet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameIdChunks.PredefinedPropertySet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NameIdChunks.PredefinedPropertySet PSETID_COMMON
public static final NameIdChunks.PredefinedPropertySet PSETID_ADDRESS
public static final NameIdChunks.PredefinedPropertySet PSETID_APPOINTMENT
public static final NameIdChunks.PredefinedPropertySet PSETID_MEETING
public static final NameIdChunks.PredefinedPropertySet PSETID_LOG
public static final NameIdChunks.PredefinedPropertySet PSETID_MESSAGING
public static final NameIdChunks.PredefinedPropertySet PSETID_NOTE
public static final NameIdChunks.PredefinedPropertySet PSETID_POST_RSS
public static final NameIdChunks.PredefinedPropertySet PSETID_TASK
public static final NameIdChunks.PredefinedPropertySet PSETID_UNIFIED_MESSAGING
public static final NameIdChunks.PredefinedPropertySet PSETID_AIR_SYNC
public static final NameIdChunks.PredefinedPropertySet PSETID_SHARING
public static final NameIdChunks.PredefinedPropertySet PSETID_XML_EXTRACTED_ENTITIES
public static final NameIdChunks.PredefinedPropertySet PSETID_ATTACHMENT
public static NameIdChunks.PredefinedPropertySet[] values()
for (NameIdChunks.PredefinedPropertySet c : NameIdChunks.PredefinedPropertySet.values()) System.out.println(c);
public static NameIdChunks.PredefinedPropertySet valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ClassID getClassID()
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.