Interface DefaultValueDescriptor
- All Known Implementing Classes:
DefaultValueDescriptorImpl
public interface DefaultValueDescriptor
This class represents the contents of the <default/> tag as
specified in the xml files.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Creates a deep copy of this object.Returns the default value which is the content of the <default /> tag.Returns the default value type which is the content of thetype
attribute of the <default/> tag.Returns a description of the parent element this default value descriptor is attached to.Returns the set on template optionvoid
setParentDescriptor
(ParentDescriptor parentDescriptor)
-
Method Details
-
getDefaultValue
String getDefaultValue()Returns the default value which is the content of the <default /> tag. -
getDefaultValueType
String getDefaultValueType()Returns the default value type which is the content of thetype
attribute of the <default/> tag. -
getParentDescriptor
ParentDescriptor getParentDescriptor()Returns a description of the parent element this default value descriptor is attached to. -
setParentDescriptor
-
copy
DefaultValueDescriptor copy()Creates a deep copy of this object. -
getSetOnTemplateOption
DefaultValueDescriptor.SetOnTemplateOption getSetOnTemplateOption()Returns the set on template option
-