| Package | Description |
|---|---|
| org.kuali.rice.kew.api.document.attribute |
Copyright 2005-2018 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 |
|---|---|
DocumentAttributeDecimal |
DocumentAttributeDecimal.Builder.build() |
static DocumentAttributeDecimal |
DocumentAttributeFactory.createDecimalAttribute(String name,
BigDecimal value)
Constructs a document attribute containing real number data from the given attribute name and
BigDecimal
object. |
static DocumentAttributeDecimal |
DocumentAttributeFactory.createDecimalAttribute(String name,
Number value)
Constructs a document attribute containing real number data from the given attribute name and
Number
object. |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.