Uses of Class
com.atlassian.gadgets.spec.DataType

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 are 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.
 



Copyright © 2013 Atlassian. All Rights Reserved.