| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2016 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeDataType |
DocumentAttributeString.getDataType() |
DocumentAttributeDataType |
DocumentAttributeString.Builder.getDataType() |
DocumentAttributeDataType |
DocumentAttributeInteger.getDataType() |
DocumentAttributeDataType |
DocumentAttributeInteger.Builder.getDataType() |
DocumentAttributeDataType |
DocumentAttributeDecimal.getDataType() |
DocumentAttributeDataType |
DocumentAttributeDecimal.Builder.getDataType() |
DocumentAttributeDataType |
DocumentAttributeDateTime.getDataType() |
DocumentAttributeDataType |
DocumentAttributeDateTime.Builder.getDataType() |
DocumentAttributeDataType |
DocumentAttributeContract.getDataType()
Returns the data type of this document attribute.
|
static DocumentAttributeDataType |
DocumentAttributeDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentAttributeDataType[] |
DocumentAttributeDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.