|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChangeType>
de.espirit.firstspirit.storage.ChangeType
public enum ChangeType
This enum represents change types used for storeelement changes in RevisionMetaData.getChangedStoreElements()
Enum Constant Summary | |
---|---|
CHILDREN
Indicates changes in children list of the related storeelement. |
|
DATA_XML
Indicates changes in data of related storeelement. |
|
META_DATA_XML
Indicates changes in meta data content. |
|
PERMISSION
Indicates permission changes in related storeelement. |
|
REFERENCES
Indicates changes in the reference list of the related store element. |
|
XML
Indicates any changes in xml node of related storeelement (e.g. displayname changes). |
Method Summary | |
---|---|
static ChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChangeType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ChangeType PERMISSION
PermissionChangeDetail
public static final ChangeType XML
public static final ChangeType DATA_XML
data
of related storeelement.DataChangeDetail
public static final ChangeType META_DATA_XML
meta data
content.DataChangeDetail
public static final ChangeType CHILDREN
ChildrenChangeDetail
public static final ChangeType REFERENCES
ReferencesChangeDetail
Method Detail |
---|
public static final ChangeType[] values()
for(ChangeType c : ChangeType.values()) System.out.println(c);
public static ChangeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |