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.
  • 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 the type attribute of the <default/> tag.
    • getParentDescriptor

      ParentDescriptor getParentDescriptor()
      Returns a description of the parent element this default value descriptor is attached to.
    • setParentDescriptor

      void setParentDescriptor(ParentDescriptor parentDescriptor)
    • copy

      Creates a deep copy of this object.
    • getSetOnTemplateOption

      Returns the set on template option