|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<DateType>
DateType
@UML(identifier="CI_DateType", specification=ISO_19115) public final class DateType
Identification of when a given event occurred
Field Summary | |
---|---|
static DateType |
CREATION
Date identifies when the resource was brought into existence. |
static DateType |
PUBLICATION
Date identifies when the resource was issued. |
static DateType |
REVISION
Date identifies when the resource was examined or re-examined and improved or amended. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static DateType |
valueOf(String code)
Returns the DateType that matches the given string, or returns a new one if none match it. |
static DateType[] |
values()
Returns the list of DateType s. |
Methods inherited from class CodeList |
---|
compareTo, name, ordinal, readResolve, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
@UML(identifier="creation", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType CREATION
@UML(identifier="publication", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType PUBLICATION
@UML(identifier="revision", obligation=CONDITIONAL, specification=ISO_19115) public static final DateType REVISION
Method Detail |
---|
public static DateType[] values()
DateType
s.
public CodeList[] family()
family
in class CodeList<DateType>
public static DateType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |