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