public static final class DocumentAttributeString.Builder extends DocumentAttribute.AbstractBuilder<String>
DocumentAttributeString
.Modifier and Type | Method and Description |
---|---|
DocumentAttributeString |
build()
Build the
DocumentAttribute for this builder based on it's current state. |
static DocumentAttributeString.Builder |
create(String name)
Create a builder for the document attribute using the given attribute name.
|
DocumentAttributeDataType |
getDataType()
Returns the data type of this document attribute.
|
getName, getValue, setName, setValue
public static DocumentAttributeString.Builder create(String name)
name
- the name of the document attribute which should be built by this builder, should never be a
null or blank valuepublic DocumentAttributeDataType getDataType()
DocumentAttributeContract
#getValue
method. This method should never return a null value.public DocumentAttributeString build()
DocumentAttribute.AbstractBuilder
DocumentAttribute
for this builder based on it's current state.build
in interface ModelBuilder
build
in class DocumentAttribute.AbstractBuilder<String>
DocumentAttribute
which was built by this builderCopyright © 2005–2016 The Kuali Foundation. All rights reserved.