Uses of Enum Class
com.atlassian.gadgets.spec.DataType
Packages that use DataType
Package
Description
Contains classes related to Gadgets' Specification XML.
-
Uses of DataType in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that return DataTypeModifier and TypeMethodDescriptionUserPrefSpec.getDataType()Returns theDataTypeof this pref.static DataTypeParses a data type from the input string.static DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.gadgets.spec with parameters of type DataTypeModifier and TypeMethodDescriptionSet theDataTypeof theUserPrefSpecunder construction and return thisBuilderto allow further construction to be done.