Enum Class Stereotype

Object
Enum<Stereotype>
Stereotype
All Implemented Interfaces:
Serializable, Comparable<Stereotype>, Constable

public enum Stereotype extends Enum<Stereotype>
Type of modeling element as declared in the OGC/ISO UML diagram. Values of this enumeration are associated to GeoAPI interfaces by the Classifier annotation.

This enumeration is closely related to the ISO 19115 Datatype code list, but not identical since ISO 19115 specifies datatype and stereotype as two distinct information. Furthermore, Stereotype needs to be defined as an Enum for allowing usages in Java annotations

This enumeration does not include the code list and enumeration stereotypes, because instances of those types are identified by the CodeList and Enum base classes respectively.

Since:
3.1
See Also: