| 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 |
|---|---|
DocumentAttributeInteger |
DocumentAttributeInteger.Builder.build() |
static DocumentAttributeInteger |
DocumentAttributeFactory.createIntegerAttribute(String name,
BigInteger value)
Constructs a document attribute containing integer number data from the given attribute name and
BigInteger object. |
static DocumentAttributeInteger |
DocumentAttributeFactory.createIntegerAttribute(String name,
Number value)
Constructs a document attribute containing integer number data from the given attribute name and
Number
object. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.