|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<DateType>
DateType
@UML(identifier="CI_DateTypeCode", specification=ISO_19115) public final class DateType
Identification of when a given event occurred
Nested Class Summary |
---|
Nested classes/interfaces inherited from class CodeList |
---|
CodeList.Filter |
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 | |
---|---|
DateType[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static DateType |
valueOf(String code)
Returns the date type 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, equals, identifier, name, names, ordinal, readResolve, toString, valueOf, valueOf |
Methods inherited from class Object |
---|
clone, 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 DateType[] family()
family
in class CodeList<DateType>
public static DateType valueOf(String code)
code
- The name of the code to fetch or to create.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |