| Package | Description |
|---|---|
| com.atlassian.gadgets.spec |
Contains classes related to Gadgets' Specification XML.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
UserPrefSpec.getDataType()
Returns the
DataType of this pref. |
static DataType |
DataType.parse(String value)
Parses a data type from the input string.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserPrefSpec.Builder |
UserPrefSpec.Builder.dataType(DataType dataType)
Set the
DataType of the UserPrefSpec under construction and return this Builder
to allow further construction to be done. |
Copyright © 2024 Atlassian. All rights reserved.