Package com.isode.dsapi.config
Class SchemaObjects.AttrWrapperString
java.lang.Object
com.isode.dsapi.config.SchemaObjects.AttrWrapper<String>
com.isode.dsapi.config.SchemaObjects.AttrWrapperString
- Enclosing class:
- SchemaObjects
public abstract static class SchemaObjects.AttrWrapperString
extends SchemaObjects.AttrWrapper<String>
Base class for representing a String 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
-
AttrWrapperString
public AttrWrapperString()
-
-
Method Details
-
getAttributeType
- Specified by:
getAttributeTypein classSchemaObjects.AttrWrapper<String>
-
getDefaultValue
Description copied from class:SchemaObjects.AttrWrapperGet the default value for the given attribute type- Specified by:
getDefaultValuein classSchemaObjects.AttrWrapper<String>- 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<String>- Returns:
- string representation of default value or null if no default value defined
-