Object/Trait

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

EmptyValueDelimiterPolicy

Related Docs: trait EmptyValueDelimiterPolicy | package gen

Permalink

object EmptyValueDelimiterPolicy extends Enum[EmptyValueDelimiterPolicy]

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

    Permalink
  5. object Initiator extends Value with EmptyValueDelimiterPolicy with Product with Serializable

    Permalink
  6. object None extends Value with EmptyValueDelimiterPolicy with Product with Serializable

    Permalink
  7. object Terminator extends Value with EmptyValueDelimiterPolicy with Product with Serializable

    Permalink
  8. def allValues: ArrayBuffer[EmptyValueDelimiterPolicy]

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

    Permalink
    Definition Classes
    EmptyValueDelimiterPolicyEnum
  10. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. def toPropName(prop: EmptyValueDelimiterPolicy): String

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

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

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

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

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

Inherited from Converter[String, EmptyValueDelimiterPolicy]

Inherited from Serializable

Inherited from Serializable

Inherited from EnumBase

Inherited from AnyRef

Inherited from Any

Ungrouped