@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 |
|---|---|
java.lang.String |
identifier |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
abstrakt |
java.lang.String[] |
allowedValues |
java.lang.Class<? extends LiteralType> |
binding |
java.lang.String |
defaultValue |
long |
maxOccurs |
long |
minOccurs |
java.lang.String |
title |
java.lang.String |
uom |
public static final int ENUM_COUNT
public abstract java.lang.Class<? extends LiteralType> binding
Copyright © 2016–2019 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.