Package org.joda.time

Class DateTimeFieldType.StandardDateTimeFieldType

java.lang.Object
org.joda.time.DateTimeFieldType
org.joda.time.DateTimeFieldType.StandardDateTimeFieldType
All Implemented Interfaces:
Serializable
Enclosing class:
DateTimeFieldType

private static class DateTimeFieldType.StandardDateTimeFieldType extends DateTimeFieldType
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version
      See Also:
    • iOrdinal

      private final byte iOrdinal
      The ordinal of the standard field type, for switch statements
    • iUnitType

      private final transient DurationFieldType iUnitType
      The unit duration of the field.
    • iRangeType

      private final transient DurationFieldType iRangeType
      The range duration of the field.
  • Constructor Details

    • StandardDateTimeFieldType

      StandardDateTimeFieldType(String name, byte ordinal, DurationFieldType unitType, DurationFieldType rangeType)
      Constructor.
      Parameters:
      name - the name to use
      ordinal - the byte value for the ordinal index
      unitType - the unit duration type
      rangeType - the range duration type
  • Method Details