public interface DocumentAttributeContract
This contract simply defines the interface that specific (and strongly typed) implementations of document
attributes will implement. The number of possible implementations of this contract are generally constrainted by
the set of defined DocumentAttributeDataType
enumeration values.
Concrete instances of should be created using the DocumentAttributeFactory
. It is not generally
of value for a client of the API to create custom implementations of this contract interface.
DocumentAttributeFactory
Modifier and Type | Method and Description |
---|---|
DocumentAttributeDataType |
getDataType()
Returns the data type of this document attribute.
|
String |
getName()
Returns the name of this document attribute which serves as an identifier for this attribute on the document.
|
Object |
getValue()
Returns the value of this document attribute.
|
String getName()
Object getValue()
DocumentAttributeDataType getDataType()
#getValue
method. This method should never return a null value.Copyright © 2005–2015 The Kuali Foundation. All rights reserved.