public enum ReplicationActionType extends java.lang.Enum<ReplicationActionType>
Enum Constant and Description |
---|
ACTIVATE
Content is activated
|
DEACTIVATE
Content is deactivated
|
DELETE
Content is deleted
|
INTERNAL_POLL
Content is polled by reverse replication.
|
REVERSE
Deprecated.
since 5.5. use
INTERNAL_POLL instead. |
TEST
Test replication
|
Modifier and Type | Method and Description |
---|---|
static ReplicationActionType |
fromName(java.lang.String n)
Creates an action type for the given name.
|
java.lang.String |
getName()
Returns the human readable type name of this type.
|
static ReplicationActionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationActionType ACTIVATE
public static final ReplicationActionType DEACTIVATE
public static final ReplicationActionType DELETE
public static final ReplicationActionType TEST
@Deprecated public static final ReplicationActionType REVERSE
INTERNAL_POLL
instead.public static final ReplicationActionType INTERNAL_POLL
public static ReplicationActionType[] values()
for (ReplicationActionType c : ReplicationActionType.values()) System.out.println(c);
public static ReplicationActionType 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 java.lang.String getName()
public static ReplicationActionType fromName(java.lang.String n)
null
, null
is
returned.n
- the namenull
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"