Modifier and Type | Optional Element and Description |
---|---|
int |
cardinality
The cardinality of the attribute.
|
String |
deflt
The default value.
|
String |
description
A description of the attribute.
|
String |
id
The id of the attribute.
|
String |
max
The maximum value.
|
String |
min
The minimum value.
|
String |
name
The name of the attribute.
|
String[] |
optionLabels
Provide labels for options.
|
String[] |
optionValues
The values of options.
|
boolean |
required
Indicates that this attribute is required.
|
Meta.Type |
type
The type of the field.
|
public abstract String description
public abstract String name
public abstract String id
public abstract Meta.Type type
public abstract int cardinality
public abstract String min
public abstract String max
public abstract String deflt
public abstract boolean required
public abstract String[] optionLabels
public abstract String[] optionValues
Copyright © 2021 aQute SARL. All rights reserved.