Enum Class CometPublicationTree.Subject
java.lang.Object
java.lang.Enum<CometPublicationTree.Subject>
com.priint.pubserver.comet.entity.publication.CometPublicationTree.Subject
- All Implemented Interfaces:
Serializable,Comparable<CometPublicationTree.Subject>,Constable
- Enclosing class:
- CometPublicationTree
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 ConstantDescriptionPublication master documents.The root tree statement (default version).Root tree for MySQL DataBase.Root tree for SQL Server DataBase.The subtree statement (default version).Subtree for MySQL DataBase.Subtree for SQL Server DataBase.The publication tree unknown. -
Method Summary
Modifier and TypeMethodDescriptionGets the filename.static CometPublicationTree.SubjectReturns the enum constant of this class with the specified name.static CometPublicationTree.Subject[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PUBLICATION_TREE_UNKNOWN
The publication tree unknown. -
PUBLICATION_ROOTTREE
The root tree statement (default version). -
PUBLICATION_SUBTREE
The subtree statement (default version). -
PUBLICATION_ROOTTREE_MYSQL
Root tree for MySQL DataBase. -
PUBLICATION_SUBTREE_MYSQL
Subtree for MySQL DataBase. -
PUBLICATION_ROOTTREE_SQLSERVER
Root tree for SQL Server DataBase. -
PUBLICATION_SUBTREE_SQLSERVER
Subtree for SQL Server DataBase. -
PUBLICATION_MASTERDOCS
Publication master documents.
-
-
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
-