@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) @Inherited @Documented public @interface LiteralInput
| Modifier and Type | Fields and Description |
|---|---|
static int |
ENUM_COUNT
Special maxOccurs flags (set maxOccurs to enum constant count).
|
| Modifier and Type | Required Element and Description |
|---|---|
String |
identifier |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
abstrakt |
String[] |
allowedValues |
Class<? extends LiteralType> |
binding |
String |
defaultValue |
long |
maxOccurs |
long |
minOccurs |
String |
title |
String |
uom |
public static final int ENUM_COUNT
public abstract String identifier
public abstract String title
public abstract String abstrakt
public abstract String defaultValue
public abstract String[] allowedValues
public abstract String uom
public abstract Class<? extends LiteralType> binding
Copyright © 2016–2021 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.