All Implemented Interfaces:
TagBase, TrackAttributable, BooleanAttribute, Serializable, Cloneable

public class Default extends AbstractAttribute implements BooleanAttribute, TrackAttributable
<element default>
default is a boolean attribute which can be used in track tag to show the details to the user. default in track enables the track if the user's preferences do not indicate that another track would be more appropriate.
Since:
2.1.9
See Also:
  • Constructor Details

    • Default

      public Default()
      sets the default value as default . If value is not required then use new Default(null).
      Since:
      2.1.9
    • Default

      public Default(String value)
  • Method Details

    • setValue

      public void setValue(String value)
    • getValue

      public String getValue()
    • init

      protected void init()
      invokes only once per object
      Since:
      2.1.9