|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataType | |
|---|---|
| com.atlassian.gadgets.dashboard.internal | |
| com.atlassian.gadgets.dashboard.internal.impl | |
| com.atlassian.gadgets.spec | Contains classes related to Gadgets' Specification XML. |
| Uses of DataType in com.atlassian.gadgets.dashboard.internal |
|---|
| Methods in com.atlassian.gadgets.dashboard.internal that return DataType | |
|---|---|
DataType |
UserPref.getDataType()
Returns the DataType of this pref. |
| Uses of DataType in com.atlassian.gadgets.dashboard.internal.impl |
|---|
| Methods in com.atlassian.gadgets.dashboard.internal.impl that return DataType | |
|---|---|
DataType |
UserPrefImpl.getDataType()
|
| Uses of DataType in com.atlassian.gadgets.spec |
|---|
| Methods in com.atlassian.gadgets.spec that return DataType | |
|---|---|
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're declared. |
| Methods in com.atlassian.gadgets.spec with parameters of type DataType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||