Object/Trait

org.apache.daffodil.schema.annotation.props.gen

LayerLengthKind

Related Docs: trait LayerLengthKind | package gen

Permalink

object LayerLengthKind extends Enum[LayerLengthKind]

Linear Supertypes
Enum[LayerLengthKind], Converter[String, LayerLengthKind], Serializable, Serializable, EnumBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LayerLengthKind
  2. Enum
  3. Converter
  4. Serializable
  5. Serializable
  6. EnumBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Value extends EnumValueBase

    Permalink
    Definition Classes
    Enum

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 BoundaryMark extends Value with LayerLengthKind with Product with Serializable

    Permalink
  5. object Explicit extends Value with LayerLengthKind with Product with Serializable

    Permalink
  6. object Implicit extends Value with LayerLengthKind with Product with Serializable

    Permalink
  7. def allValues: ArrayBuffer[LayerLengthKind]

    Permalink

    Useful for diagnostic messages where you want to say "must be one of ...." and list the possibilities.

    Useful for diagnostic messages where you want to say "must be one of ...." and list the possibilities.

    Definition Classes
    Enum
  8. def apply(name: String, context: ThrowsSDE): LayerLengthKind

    Permalink
    Definition Classes
    LayerLengthKindEnum
  9. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def convert(b: String, context: ThrowsSDE, forUnparse: Boolean): LayerLengthKind

    Permalink

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Override this if there is just one conversion used for both constants and for runtime expressions.

    Attributes
    protected
    Definition Classes
    EnumConverter
  12. def convertConstant(b: String, context: ThrowsSDE, forUnparse: Boolean): LayerLengthKind

    Permalink
    Definition Classes
    Converter
  13. def convertRuntime(b: String, context: ThrowsSDE, forUnparse: Boolean): LayerLengthKind

    Permalink

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    Override these runtime and constant-specific variants if you need different conversions done if an expression is evaluated at runtime.

    This is for things like delimiters or escapeCharacter where it can be "" if it is a constant, but it cannot be "" if it is a runtime expression value.

    The forUnparse flag is for distinctions needed between parse time and unparse time which is very common thing to have.

    This is not the same concept as Compile time vs. Runtime.

    Definition Classes
    Converter
  14. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def forceConstruction(obj: Any): Unit

    Permalink

    Scala delays construction of case objects (presumably because many programs don't use them at all) We need to force creation of our inner property case objects because constructing them also has the side-effect of registering them in the _values list.

    Scala delays construction of case objects (presumably because many programs don't use them at all) We need to force creation of our inner property case objects because constructing them also has the side-effect of registering them in the _values list.

    Definition Classes
    Enum
  18. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def optionStringToEnum(enumTypeName: String, str: String): Option[LayerLengthKind]

    Permalink
    Definition Classes
    Enum
  25. def stringToEnum(enumTypeName: String, str: String, context: ThrowsSDE): LayerLengthKind

    Permalink

    This is invoked at runtime to compare expression results to see if they match the strings for the enum values.

    This is invoked at runtime to compare expression results to see if they match the strings for the enum values. So this has to be fast.

    Definition Classes
    Enum
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toPropName(prop: LayerLengthKind): String

    Permalink
    Definition Classes
    Enum
  28. def toString(): String

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

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

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

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

Inherited from Enum[LayerLengthKind]

Inherited from Converter[String, LayerLengthKind]

Inherited from Serializable

Inherited from Serializable

Inherited from EnumBase

Inherited from AnyRef

Inherited from Any

Ungrouped