Object/Trait

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

CalendarFirstDayOfWeek

Related Docs: trait CalendarFirstDayOfWeek | package gen

Permalink

object CalendarFirstDayOfWeek extends Enum[CalendarFirstDayOfWeek]

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

    Permalink
  5. object Monday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  6. object Saturday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  7. object Sunday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  8. object Thursday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  9. object Tuesday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  10. object Wednesday extends Value with CalendarFirstDayOfWeek with Product with Serializable

    Permalink
  11. def allValues: ArrayBuffer[CalendarFirstDayOfWeek]

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

    Permalink
    Definition Classes
    CalendarFirstDayOfWeekEnum
  13. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def toPropName(prop: CalendarFirstDayOfWeek): String

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

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

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

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

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

Inherited from Enum[CalendarFirstDayOfWeek]

Inherited from Converter[String, CalendarFirstDayOfWeek]

Inherited from Serializable

Inherited from Serializable

Inherited from EnumBase

Inherited from AnyRef

Inherited from Any

Ungrouped