Object/Trait

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

ChoiceLengthKind

Related Docs: trait ChoiceLengthKind | package gen

Permalink

object ChoiceLengthKind extends Enum[ChoiceLengthKind]

Linear Supertypes
Enum[ChoiceLengthKind], Converter[String, ChoiceLengthKind], Serializable, Serializable, EnumBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChoiceLengthKind
  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 Explicit extends Value with ChoiceLengthKind with Product with Serializable

    Permalink
  5. object Implicit extends Value with ChoiceLengthKind with Product with Serializable

    Permalink
  6. def allValues: ArrayBuffer[ChoiceLengthKind]

    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
  7. def apply(name: String, context: ThrowsSDE): ChoiceLengthKind

    Permalink
    Definition Classes
    ChoiceLengthKindEnum
  8. final def asInstanceOf[T0]: T0

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

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

    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
  11. def convertConstant(b: String, context: ThrowsSDE, forUnparse: Boolean): ChoiceLengthKind

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

    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
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. 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
  17. final def getClass(): Class[_]

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

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

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

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

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

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

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

    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
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toPropName(prop: ChoiceLengthKind): String

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

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

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

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

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

Inherited from Enum[ChoiceLengthKind]

Inherited from Converter[String, ChoiceLengthKind]

Inherited from Serializable

Inherited from Serializable

Inherited from EnumBase

Inherited from AnyRef

Inherited from Any

Ungrouped