public interface Extension<T>
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition() |
String |
getIdentifier() |
String |
getNamespace() |
T |
getValue() |
default boolean |
isSetDefinition() |
default boolean |
isSetIdentifier() |
default boolean |
isSetNamespace() |
Extension<T> |
setDefinition(String definition) |
Extension<T> |
setIdentifier(String identifier) |
Extension<T> |
setNamespace(String namespace) |
Extension<T> |
setValue(T value) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.