public static enum Tracker.Type extends Enum<Tracker.Type>
| Enum Constant and Description |
|---|
ACL |
Cascade |
Commit |
Content |
MetaData |
Model |
| Modifier and Type | Method and Description |
|---|---|
static Tracker.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tracker.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tracker.Type Model
public static final Tracker.Type Content
public static final Tracker.Type ACL
public static final Tracker.Type Cascade
public static final Tracker.Type Commit
public static final Tracker.Type MetaData
public static Tracker.Type[] values()
for (Tracker.Type c : Tracker.Type.values()) System.out.println(c);
public static Tracker.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2018 Alfresco Software. All rights reserved.