Package com.saperion.config
Enum Class SaJMXConstants.ConfigKey
- All Implemented Interfaces:
Serializable
,Comparable<SaJMXConstants.ConfigKey>
,Constable
- Enclosing class:
- SaJMXConstants
Configuration keys.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBackend key.saperion.properties.Feature key.saperion.properties.hibernate.cfg.xml.hibernate-mapping-3.0.dtd.hibernateNamedQueries.properties.Template for hibernate mapping for additional data-source.Template for hibernate mapping for default data-source.Template for hibernate mapping for default data-source.storage.properties.storage.keystore.storage manager start.scr-config.xml.buildin_constraints.xml.custom_nodetypes.xml.ns_reg.properties.repository.properties.Start mode (application/service) key.System key. -
Method Summary
Modifier and TypeMethodDescriptionConfiguration filename.getName()
Configuration name.getType()
Configuration type.boolean
toString()
static SaJMXConstants.ConfigKey
Returns the enum constant of this class with the specified name.static SaJMXConstants.ConfigKey[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYSTEM
System key. -
BACKEND
Backend key. -
FEATURES
Feature key. -
STARTMODE
Start mode (application/service) key. -
RMI_HIBERNATE_MAPPING
hibernate-mapping-3.0.dtd. -
RMI_HIBERNATE_CFG
hibernate.cfg.xml. -
RMI_HIBERNATE_NAMED
hibernateNamedQueries.properties. -
RMI_HIBERNATE_TEMPLATE_DEFAULT
Template for hibernate mapping for default data-source. -
RMI_HIBERNATE_TEMPLATE_DEFAULT_DB2
Template for hibernate mapping for default data-source. -
RMI_HIBERNATE_TEMPLATE_ADDITIONAL
Template for hibernate mapping for additional data-source. -
RMI_BASIC
saperion.properties. -
RMI_STORAGE
storage.properties. -
RMI_STORAGE_KEYSTORE
storage.keystore. -
RMI_STORAGE_STARTMGR
storage manager start. -
CC_BASIC
saperion.properties. -
SCR_BASIC
scr-config.xml. -
SCR_REPOSITORY_CFG
repository.properties. -
SCR_CUSTOM_NODETYPES
custom_nodetypes.xml. -
SCR_BUILDIN_CONTRAINTS
buildin_constraints.xml. -
SCR_NS_REG_NAME
ns_reg.properties.
-
-
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
-
getName
Configuration name.- Returns:
- Name
-
getType
Configuration type.- Returns:
- Configuration type
-
getFileName
Configuration filename.- Returns:
- Filename
-
isMandatory
public boolean isMandatory()- Returns:
- true if config key is mandatory
-
toString
- Overrides:
toString
in classEnum<SaJMXConstants.ConfigKey>
- See Also:
-