Enum ITimex.FunctionInDocument

java.lang.Object
java.lang.Enum<ITimex.FunctionInDocument>
edu.fiu.jtlex.data.ITimex.FunctionInDocument
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ITimex.FunctionInDocument>, java.lang.constant.Constable
Enclosing interface:
ITimex

public static enum ITimex.FunctionInDocument
extends java.lang.Enum<ITimex.FunctionInDocument>
An enum that represents the seven different functions an object may belong to.
Function may belong to:
  • CREATION_TIME
  • MODIFICATION_TIME
  • PUBLICATION_TIME
  • RELEASE_TIME
  • RECEPTION_TIME
  • EXPIRATION_TIME
  • NONE
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant Description
    CREATION_TIME
    The time the story is created.
    EXPIRATION_TIME
    The time the story expires (if any).
    MODIFICATION_TIME
    The time the story is modified.
    NONE
    Null Function
    PUBLICATION_TIME
    The time the story is published.
    RECEPTION_TIME
    The time the story was received by a customer.
    RELEASE_TIME
    The time the story may be released (if not immediately).
  • Method Summary

    Modifier and Type Method Description
    static ITimex.FunctionInDocument valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ITimex.FunctionInDocument[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait