Enum Class CometDocumentEventScript.Subject
java.lang.Object
java.lang.Enum<CometDocumentEventScript.Subject>
com.priint.pubserver.comet.entity.document.CometDocumentEventScript.Subject
- All Implemented Interfaces:
Serializable,Comparable<CometDocumentEventScript.Subject>,Constable
- Enclosing class:
- CometDocumentEventScript
The Enum Subject.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe document after close.The document after new.The document after open.The document after revert.The document after save.The document after save a copy.The document after save as.The document after shown.The document before close.The document before new.The document before open.The document before revert.The document before save.The document before save a copy.The document before save as.The document change front document.The document unknown. -
Method Summary
Modifier and TypeMethodDescriptionGets the filename.Returns the enum constant of this class with the specified name.static CometDocumentEventScript.Subject[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DOCUMENT_UNKNOWN
The document unknown. -
DOCUMENT_AFTER_CLOSE
The document after close. -
DOCUMENT_AFTER_NEW
The document after new. -
DOCUMENT_AFTER_OPEN
The document after open. -
DOCUMENT_AFTER_REVERT
The document after revert. -
DOCUMENT_AFTER_SAVE_A_COPY
The document after save a copy. -
DOCUMENT_AFTER_SAVE_AS
The document after save as. -
DOCUMENT_AFTER_SAVE
The document after save. -
DOCUMENT_AFTER_SHOWN
The document after shown. -
DOCUMENT_BEFORE_CLOSE
The document before close. -
DOCUMENT_BEFORE_NEW
The document before new. -
DOCUMENT_BEFORE_OPEN
The document before open. -
DOCUMENT_BEFORE_REVERT
The document before revert. -
DOCUMENT_BEFORE_SAVE_A_COPY
The document before save a copy. -
DOCUMENT_BEFORE_SAVE_AS
The document before save as. -
DOCUMENT_BEFORE_SAVE
The document before save. -
DOCUMENT_CHANGE_FRONT_DOCUMENT
The document change front document.
-
-
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
-
getFilename
Gets the filename.- Returns:
- the filename
-