public interface CentraSiteFileAttribute extends CentraSiteAttribute
MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeKey()
Get the attribute key.
|
boolean |
isAggregation()
Return whether this File attribute aggregates its values.
|
void |
setAggregation(boolean aggregation)
Set whether this File attribute aggregates its values.
|
getDefaultValue, getDescription, getDisplayName, getLocalName, getMaxOccurs, getMinOccurs, getName, hasDefaultValue, isPredefined, isReadOnly, isRequired, isSystemDefined, isUsed, setDefaultValue, setDescription, setMaxOccurs, setMinOccurs, setName, setReadOnly, setRequired
java.lang.String getAttributeKey() throws JAXRException
JAXRException
- if an internal error occurs on retrieving the attribute keyboolean isAggregation() throws JAXRException
JAXRException
- if an internal error occursvoid setAggregation(boolean aggregation) throws JAXRException
aggregation
- true if this File attribute aggregates its values.JAXRException
- if an internal error occurs