Class ConfigProperty<T>


  • public final class ConfigProperty<T>
    extends MetaProperty<T>
    Representation of a configuration option. This is a specialized meta property for which a value may be provided at database creation time and its value may be modified later.
    Since:
    0.9
    Version:
    0.9
    Author:
    Evren Sirin
    See Also:
    Metadata
    • Method Detail

      • isWritable

        public boolean isWritable()
      • isCreatable

        public boolean isCreatable()
      • asOption

        public Option<T> asOption()