Package com.complexible.stardog.metadata
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 valuemay be providedat database creation time and its valuemay be modifiedlater.- Since:
- 0.9
- Version:
- 0.9
- Author:
- Evren Sirin
- See Also:
Metadata
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Option<T>asOption()booleanisConfig()booleanisCreatable()booleanisWritable()booleanisWritableOnline()-
Methods inherited from class com.complexible.stardog.metadata.MetaProperty
config, config, config, config, 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 Detail
-
isConfig
public boolean isConfig()
- Overrides:
isConfigin classMetaProperty<T>
-
isWritable
public boolean isWritable()
-
isWritableOnline
public boolean isWritableOnline()
- Overrides:
isWritableOnlinein classMetaProperty<T>
-
isCreatable
public boolean isCreatable()
-
-