Package com.complexible.stardog.metadata
Class ConfigProperty<T>
java.lang.Object
com.complexible.stardog.metadata.MetaProperty<T>
com.complexible.stardog.metadata.ConfigProperty<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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.complexible.stardog.metadata.MetaProperty
MetaProperty.Builder<T,P extends MetaProperty<T>>, MetaProperty.Flag -
Method Summary
Methods inherited from class com.complexible.stardog.metadata.MetaProperty
config, config, config, config, configList, equals, getByteIO, getCategory, getCollectionType, getDefaultValue, getDescription, getGraphIO, getLabel, getName, getPermission, getPossibleValues, getSystemDefaultValue, getTextIO, getType, hashCode, info, info, info, isDatabase, isDiskIndex, isIndex, isInfo, isMemoryIndex, isReadable, isSecure, isServer, isTemporary, isValid, setByteIO, setCategory, setDescription, setGraphIO, setLabel, setTextIO, setType, toString
-
Method Details
-
isConfig
public boolean isConfig()- Overrides:
isConfigin classMetaProperty<T>
-
isWritable
public boolean isWritable() -
isWritableOnline
public boolean isWritableOnline()- Overrides:
isWritableOnlinein classMetaProperty<T>
-
isCreatable
public boolean isCreatable() -
asOption
-