@Target(METHOD)
@Retention(RUNTIME)
public static @interface Meta.AD
| Modifier and Type | Optional Element | Description |
|---|---|---|
int |
cardinality |
The cardinality of the attribute.
|
java.lang.String |
deflt |
The default value.
|
java.lang.String |
description |
A description of the attribute.
|
java.lang.String |
id |
The id of the attribute.
|
java.lang.String |
max |
The maximum value.
|
java.lang.String |
min |
The minimum value.
|
java.lang.String |
name |
The name of the attribute.
|
java.lang.String[] |
optionLabels |
Provide labels for options.
|
java.lang.String[] |
optionValues |
The values of options.
|
boolean |
required |
Indicates that this attribute is required.
|
Meta.Type |
type |
The type of the field.
|
java.lang.String description
java.lang.String name
java.lang.String id
Meta.Type type
int cardinality
java.lang.String min
java.lang.String max
java.lang.String deflt
boolean required