@Documented
@Retention(value=SOURCE)
@Target(value={FIELD,PARAMETER})
public @interface Pkg
Idx
is not present.Modifier and Type | Optional Element and Description |
---|---|
DataType |
default_value_type
The input/data type for the default value of the attribute.
|
java.lang.String |
default_value
The default value for the attribute.
|
java.lang.String |
description
Description text shown under the input.
|
boolean |
hidden
Is this attribute hidden from the UI?
|
long |
id
Currently unused.
|
java.lang.String |
label
The display label for the attribute.
|
java.lang.String |
node_label
The display value for a checkbox's true state
|
boolean |
readOnly
Can this attribute be edited?
|
java.lang.String |
uri
When added this would make the SELECT dynamic, i.e.
|
java.lang.String |
value
The value for assigned when this option is chosen.
|
public abstract java.lang.String label
public abstract java.lang.String node_label
public abstract java.lang.String description
public abstract java.lang.String value
public abstract DataType default_value_type