Class ConfigProperty<T>

java.lang.Object
com.complexible.stardog.metadata.MetaProperty<T>
com.complexible.stardog.metadata.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:
  • Method Details

    • isConfig

      public boolean isConfig()
      Overrides:
      isConfig in class MetaProperty<T>
    • isWritable

      public boolean isWritable()
    • isWritableOnline

      public boolean isWritableOnline()
      Overrides:
      isWritableOnline in class MetaProperty<T>
    • isCreatable

      public boolean isCreatable()
    • asOption

      public Option<T> asOption()