Class AltImpl

All Implemented Interfaces:
FrontsNode, Alt, Container, RDFNode, Resource

public class AltImpl extends ContainerImpl implements Alt
An implementation of Alt.
  • Field Details

  • Constructor Details

  • Method Details

    • getDefault

      public RDFNode getDefault()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefault in interface Alt
      Returns:
      the default value for this resource.
    • getDefaultResource

      public Resource getDefaultResource()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultResource in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultLiteral

      public Literal getDefaultLiteral()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultLiteral in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultBoolean

      public boolean getDefaultBoolean()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultBoolean in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultByte

      public byte getDefaultByte()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultByte in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultShort

      public short getDefaultShort()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultShort in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultInt

      public int getDefaultInt()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultInt in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultLong

      public long getDefaultLong()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultLong in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultChar

      public char getDefaultChar()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultChar in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultFloat

      public float getDefaultFloat()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultFloat in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultDouble

      public double getDefaultDouble()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultDouble in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultString

      public String getDefaultString()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultString in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultLanguage

      public String getDefaultLanguage()
      Description copied from interface: Alt
      Return the language of the default value for this resource.
      Specified by:
      getDefaultLanguage in interface Alt
      Returns:
      the language of the default value for this resource
    • getDefaultAlt

      public Alt getDefaultAlt()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultAlt in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultBag

      public Bag getDefaultBag()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultBag in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • getDefaultSeq

      public Seq getDefaultSeq()
      Description copied from interface: Alt
      Return the default value for this resource.
      Specified by:
      getDefaultSeq in interface Alt
      Returns:
      the default value for this resource interpreted as the return type.
    • setDefault

      public Alt setDefault(RDFNode o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(boolean o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(long o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(char o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(float o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(double o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(Object o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(String o)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.
    • setDefault

      public Alt setDefault(String o, String l)
      Description copied from interface: Alt
      Set the default value of this container.
      Specified by:
      setDefault in interface Alt
      Parameters:
      o - The value to be set.
      Returns:
      This object to permit cascading calls.