Class of information to which the referencing entity applies.
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptiondefault InternationalStringgetName()Description of the scope.Code for the scope.
-
Method Details
-
getResourceScope
@UML(identifier="resourceScope", obligation=MANDATORY, specification=ISO_19115) ScopeCode getResourceScope()Code for the scope.- Returns:
- code for the scope.
-
getName
@UML(identifier="name", obligation=OPTIONAL, specification=ISO_19115) default InternationalString getName()Description of the scope. May benullif unspecified.- Returns:
- the description of the scope, or
nullif none.
-