com.softwareag.centrasite.appl.framework.types
Interface SlotAttributeDescription

All Superinterfaces:
AttributeDescription
All Known Implementing Classes:
SlotAttributeDescriptionImpl

public interface SlotAttributeDescription
extends AttributeDescription

Interface representing the description of a Slot Attribute


Field Summary
 
Fields inherited from interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
MAXOCCURS_1, MAXOCCURS_UNBOUNDED, MINOCCURS_0, MINOCCURS_1, TYPE_ANY_SIMPLE_TYPE, TYPE_BOOLEAN, TYPE_DATE, TYPE_DATE_TIME, TYPE_DECIMAL, TYPE_DOUBLE, TYPE_DURATION, TYPE_NUMBER, TYPE_STRING, TYPE_TIME, TYPE_URL
 
Method Summary
 java.lang.String getDisplayName()
          Get the attribute's display name.
 void setDisplayName(java.lang.String displayName)
          Set the attribute's display name.
 
Methods inherited from interface com.softwareag.centrasite.appl.framework.types.AttributeDescription
getDataType, getDefaultValue, getDescription, getEnumValues, getLocalName, getMaxOccurs, getMinOccurs, getName, getPrecision, getType, getUnitLabel, isIndexed, isPrefix, isReadOnly, isSystemDefined, isUsed, setDefaultValue, setDescription, setEnumValues, setIndexed, setMaxOccurs, setMinOccurs, setName, setPrecision, setPrefix, setReadOnly, setUnitLabel, toXML
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
                                throws CSAppFrameworkException
Get the attribute's display name. If there is no explicit display name return the name.

Specified by:
getDisplayName in interface AttributeDescription
Returns:
the attribute's display name
Throws:
CSAppFrameworkException

setDisplayName

void setDisplayName(java.lang.String displayName)
                    throws CSAppFrameworkException
Set the attribute's display name.

Parameters:
displayName - the attribute's display name
Throws:
CSAppFrameworkException