Uses of Enum Class
org.kuali.rice.kew.api.document.attribute.DocumentAttributeDataType
Packages that use DocumentAttributeDataType
-
Uses of DocumentAttributeDataType in org.kuali.rice.kew.api.document.attribute
Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttributeDataTypeModifier and TypeMethodDescriptionDocumentAttributeContract.getDataType()Returns the data type of this document attribute.DocumentAttributeDateTime.Builder.getDataType()DocumentAttributeDateTime.getDataType()DocumentAttributeDecimal.Builder.getDataType()DocumentAttributeDecimal.getDataType()DocumentAttributeInteger.Builder.getDataType()DocumentAttributeInteger.getDataType()DocumentAttributeString.Builder.getDataType()DocumentAttributeString.getDataType()static DocumentAttributeDataTypeReturns the enum constant of this class with the specified name.static DocumentAttributeDataType[]DocumentAttributeDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.