Annotation Type EnumValueConfiguration
-
@Target(FIELD) @Retention(SOURCE) @Inherited @Documented public @interface EnumValueConfigurationDefines the enumeration as a value based configuration.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionDefines the description of the enumeration configuration.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdefaultValueThe default value.booleanisConfidentialDetermines whether the configuration value is confidential.booleanisOptionalDetermines whether the configuration is optional.java.lang.StringvalidFromDefines the valid from date of the enumeration configuration.java.lang.StringvalidTillDefines the valid till date of the enumeration configuration.
-
-
-
-
isOptional
boolean isOptional
Determines whether the configuration is optional. If the default value is empty, no configuration value is available. An empty configuration value with non-optional parameter marks a configuration value that must be defined.- Returns:
- Define if the value is confidential.
- Default:
- false
-
-