Enum Class CometPublicationPluginLocal.DocumentStatus
java.lang.Object
java.lang.Enum<CometPublicationPluginLocal.DocumentStatus>
com.priint.pubserver.comet.bridge.publication.CometPublicationPluginLocal.DocumentStatus
- All Implemented Interfaces:
Serializable,Comparable<CometPublicationPluginLocal.DocumentStatus>,Constable
- Enclosing interface:
- CometPublicationPluginLocal
public static enum CometPublicationPluginLocal.DocumentStatus
extends Enum<CometPublicationPluginLocal.DocumentStatus>
The Enum DocumentStatus.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe available.The not existing.The not registered.The opened by user.The opened in session.The opened on client.The opened on server. -
Method Summary
-
Enum Constant Details
-
AVAILABLE
The available. -
OPENED_ON_SERVER
The opened on server. -
OPENED_ON_CLIENT
The opened on client. -
OPENED_BY_USER
The opened by user. -
OPENED_IN_SESSION
The opened in session. -
NOT_EXISTING
The not existing. -
NOT_REGISTERED
The not registered.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
getId
public int getId()Gets the id.- Returns:
- the id
-