com.ibm.ccd.ui.dataobjects.attributes
Class TimeZoneAttribute
java.lang.Object
com.ibm.ccd.ui.dataobjects.attributes.Attribute
com.ibm.ccd.ui.dataobjects.attributes.LookupTableAttribute
com.ibm.ccd.ui.dataobjects.attributes.TimeZoneAttribute
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class TimeZoneAttribute
- extends LookupTableAttribute
- See Also:
- Serialized Form
Fields inherited from class com.ibm.ccd.ui.dataobjects.attributes.Attribute |
currOccurrence, displayLabelName, editable, errorMap, hashName, isCategorySpecificAttribute, isLocalized, isPrimaryKey, localizedValues, maximumLength, maximumOccurrence, minimumLength, minimumOccurrence, parentAttribute, parentPath, valueList |
Constructor Summary |
TimeZoneAttribute(java.lang.String name,
boolean editable,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
|
TimeZoneAttribute(java.lang.String name,
java.lang.String defaultValue,
boolean editable,
int minimumLength,
int maximumLength,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
|
TimeZoneAttribute(java.lang.String name,
java.lang.String defaultValue,
boolean editable,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
|
Methods inherited from class com.ibm.ccd.ui.dataobjects.attributes.LookupTableAttribute |
getDefaultValue, getLookupTable, getLookupTableName, getValue, getValues, printMe, setDefaultValue, setLookupTable, setLookupTableName, setValue, setValue, setValues |
Methods inherited from class com.ibm.ccd.ui.dataobjects.attributes.Attribute |
getAttributeParentPath, getCurrentOccurrence, getCurrOccurrence, getDisplayLabelName, getHashName, getLocaleName, getLocalizedValues, getMaximumLength, getMaximumOccurrence, getMinimumLength, getMinimumOccurrence, getName, getParentGroup, getParentPath, getPath, getValidationError, getValueList, hasAnyParentGroupMultivalued, isCategorySpecificAttribute, isEditable, isLocalized, isMultiValued, isOptional, isPrimaryKey, isSubAttribute, isValueChanged, prepareAttributeParentPath, removeValue, removeValues, setAsLocalized, setCategorySpecificAttribute, setCurrOccurrence, setDisplayLabelName, setEditable, setHashName, setLocaleName, setLocalizedValues, setMaximumLength, setMaximumOccrrence, setMinimumLength, setMinimumOccrrence, setName, setParentGroup, setParentGroupFlagValueChanged, setParentPath, setPath, setPrimaryKey, setSubAttribute, setValidationError, setValueChanged, setValueList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
timeZoneEnum
protected static NVPair[] timeZoneEnum
TimeZoneAttribute
public TimeZoneAttribute(java.lang.String name,
boolean editable,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
TimeZoneAttribute
public TimeZoneAttribute(java.lang.String name,
java.lang.String defaultValue,
boolean editable,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
TimeZoneAttribute
public TimeZoneAttribute(java.lang.String name,
java.lang.String defaultValue,
boolean editable,
int minimumLength,
int maximumLength,
int minimumOccurrence,
int maximumOccurrence,
java.lang.String displayName)
getType
public int getType()
- Overrides:
getType
in class LookupTableAttribute
getTimeZoneEnum
public static NVPair[] getTimeZoneEnum()