Package com.isode.dsapi.config
Class SchemaObjects.AttrWrapperBoolean
java.lang.Object
com.isode.dsapi.config.SchemaObjects.AttrWrapper<Boolean>
com.isode.dsapi.config.SchemaObjects.AttrWrapperBoolean
- Enclosing class:
- SchemaObjects
public abstract static class SchemaObjects.AttrWrapperBoolean
extends SchemaObjects.AttrWrapper<Boolean>
Base class for representing a Boolean attribute type
- Since:
- 15.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AttributeType
Get the default value for the given attribute typeGet the default string representation of the default value of given attribute typeMethods inherited from class com.isode.dsapi.config.SchemaObjects.AttrWrapper
getDefaultAttribute
-
Constructor Details
-
AttrWrapperBoolean
public AttrWrapperBoolean()
-
-
Method Details
-
getAttributeType
- Specified by:
getAttributeType
in classSchemaObjects.AttrWrapper<Boolean>
-
getDefaultValue
Description copied from class:SchemaObjects.AttrWrapper
Get the default value for the given attribute type- Specified by:
getDefaultValue
in classSchemaObjects.AttrWrapper<Boolean>
- Returns:
- default value
-
getDefaultValueStringRepresentation
Description copied from class:SchemaObjects.AttrWrapper
Get the default string representation of the default value of given attribute type- Specified by:
getDefaultValueStringRepresentation
in classSchemaObjects.AttrWrapper<Boolean>
- Returns:
- string representation of default value or null if no default value defined
-