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 AttributeTypeGet 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:
getAttributeTypein classSchemaObjects.AttrWrapper<Boolean>
-
getDefaultValue
Description copied from class:SchemaObjects.AttrWrapperGet the default value for the given attribute type- Specified by:
getDefaultValuein classSchemaObjects.AttrWrapper<Boolean>- Returns:
- default value
-
getDefaultValueStringRepresentation
Description copied from class:SchemaObjects.AttrWrapperGet the default string representation of the default value of given attribute type- Specified by:
getDefaultValueStringRepresentationin classSchemaObjects.AttrWrapper<Boolean>- Returns:
- string representation of default value or null if no default value defined
-