Object/Trait

org.apache.daffodil.dpath.NodeInfo

PrimType

Related Docs: trait PrimType | package NodeInfo

Permalink

object PrimType

The PrimType objects are a child enum within the overall NodeInfo enum.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait BooleanKind extends AnySimpleType.Kind

    Permalink
    Attributes
    protected
  2. sealed trait ByteKind extends PrimType.Short.Kind

    Permalink
    Attributes
    protected
  3. sealed trait DateKind extends AnyDateTimeKind

    Permalink
    Attributes
    protected
  4. sealed trait DateTimeKind extends AnyDateTimeKind

    Permalink
    Attributes
    protected
  5. sealed trait DecimalKind extends SignedNumeric.Kind

    Permalink
    Attributes
    protected
  6. sealed trait DoubleKind extends SignedNumeric.Kind

    Permalink
    Attributes
    protected
  7. sealed trait FloatKind extends SignedNumeric.Kind

    Permalink
    Attributes
    protected
  8. sealed trait HexBinaryKind extends Opaque.Kind

    Permalink
    Attributes
    protected
  9. sealed trait IntKind extends PrimType.Long.Kind

    Permalink
    Attributes
    protected
  10. sealed trait IntegerKind extends SignedInteger.Kind

    Permalink
    Attributes
    protected
  11. sealed trait LongKind extends PrimType.Integer.Kind

    Permalink
    Attributes
    protected
  12. sealed trait NonNegativeIntegerKind extends PrimType.Integer.Kind

    Permalink
    Attributes
    protected
  13. sealed trait ShortKind extends PrimType.Int.Kind

    Permalink
    Attributes
    protected
  14. sealed trait StringKind extends AnyAtomic.Kind

    Permalink
    Attributes
    protected
  15. sealed trait TimeKind extends AnyDateTimeKind

    Permalink
    Attributes
    protected
  16. sealed trait UnsignedByteKind extends PrimType.UnsignedShort.Kind

    Permalink
    Attributes
    protected
  17. sealed trait UnsignedIntKind extends PrimType.UnsignedLong.Kind

    Permalink
    Attributes
    protected
  18. sealed trait UnsignedLongKind extends PrimType.NonNegativeInteger.Kind

    Permalink
    Attributes
    protected
  19. sealed trait UnsignedShortKind extends PrimType.UnsignedInt.Kind

    Permalink
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Boolean extends PrimTypeNode with BooleanKind with Product with Serializable

    Permalink
  5. object Byte extends PrimTypeNode with ByteKind with Product with Serializable

    Permalink
  6. object Date extends PrimTypeNode with DateKind with Product with Serializable

    Permalink
  7. object DateTime extends PrimTypeNode with DateTimeKind with Product with Serializable

    Permalink
  8. object Decimal extends PrimTypeNode with DecimalKind with Product with Serializable

    Permalink
  9. object Double extends PrimTypeNode with DoubleKind with Product with Serializable

    Permalink
  10. object Float extends PrimTypeNode with FloatKind with Product with Serializable

    Permalink
  11. object HexBinary extends PrimTypeNode with HexBinaryKind with Product with Serializable

    Permalink
  12. object Int extends PrimTypeNode with IntKind with Product with Serializable

    Permalink
  13. object Integer extends PrimTypeNode with IntegerKind with Product with Serializable

    Permalink
  14. object Long extends PrimTypeNode with LongKind with Product with Serializable

    Permalink
  15. object NonNegativeInteger extends PrimTypeNode with NonNegativeIntegerKind with Product with Serializable

    Permalink
  16. object Short extends PrimTypeNode with ShortKind with Product with Serializable

    Permalink
  17. object String extends PrimTypeNode with StringKind with Product with Serializable

    Permalink
  18. object Time extends PrimTypeNode with TimeKind with Product with Serializable

    Permalink
  19. object UnsignedByte extends PrimTypeNode with UnsignedByteKind with Product with Serializable

    Permalink
  20. object UnsignedInt extends PrimTypeNode with UnsignedIntKind with Product with Serializable

    Permalink
  21. object UnsignedLong extends PrimTypeNode with UnsignedLongKind with Product with Serializable

    Permalink
  22. object UnsignedShort extends PrimTypeNode with UnsignedShortKind with Product with Serializable

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def fromNameString(name: String): Option[PrimType]

    Permalink
  29. def fromNodeInfo(nodeInfo: Kind): Option[PrimType]

    Permalink
  30. def fromRefQName(refQName: RefQName): Option[PrimType]

    Permalink
  31. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped