Package sqlline
Interface SqlLineProperty
-
- All Known Implementing Classes:
BuiltInProperty
public interface SqlLineProperty
Definition of property that may be specified for SqlLine.- See Also:
BuiltInProperty
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SqlLineProperty.Type
Data type of property.static interface
SqlLineProperty.Writer
Property writer.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
couldBeStored()
Object
defaultValue()
boolean
isReadOnly()
String
propertyName()
SqlLineProperty.Type
type()
-
-
-
Field Detail
-
DEFAULT
static final String DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
propertyName
String propertyName()
-
defaultValue
Object defaultValue()
-
isReadOnly
boolean isReadOnly()
-
couldBeStored
boolean couldBeStored()
-
type
SqlLineProperty.Type type()
-
-