Uses of Class
com.bmc.cmdb.api.CMDBAttributeLimit

Uses of CMDBAttributeLimit in com.bmc.cmdb.api
 

Subclasses of CMDBAttributeLimit in com.bmc.cmdb.api
 class CMDBAttachmentLimit
          The CMDBAttachmentLimit class defines the limit of an attachment attribute.
 class CMDBAttachPoolLimit
          The CMDBAttachPoolLimit class defines the limit of an attachment pool attribute.
 class CMDBCharLimit
          The CMDBCharLimit class defines the limit of a character attribute.
 class CMDBCurrencyLimit
          The CMDBCurrencyLimits class defines the limit of a currency attribute.
 class CMDBDateLimit
          The CMDBDateLimit class defines the limit of a Date attribute.
 class CMDBDecimalLimit
          The CMDBDecimalLimit class defines the limit of a Decimal attribute.
 class CMDBDiaryLimit
          The CMDBDiaryLimit class defines the limit of a Diary attribute.
 class CMDBEnumLimit
          The CMDBEnumLimit class defines the limit of an enumeration attribute.
 class CMDBIntLimit
          The CMDBIntLimit class defines the limit of a integer attribute.
 class CMDBRealLimit
          The CMDBRealLimit class defines the limit of a real attribute.
 class CMDBTimeLimit
          The CMDBTimeLimit class defines the limit of a time attribute.
 class CMDBTimeOfDayLimit
          The CMDBTimeOfDayLimit class defines the limit of a time of day attribute.
 

Methods in com.bmc.cmdb.api that return CMDBAttributeLimit
 CMDBAttributeLimit CMDBAttribute.getLimitInfo()
          Gets the limit of the attribute.
 

Methods in com.bmc.cmdb.api with parameters of type CMDBAttributeLimit
 void CMDBAttribute.setLimit(CMDBAttributeLimit aLimit)
          Sets the limit of the attribute.
 

Constructors in com.bmc.cmdb.api with parameters of type CMDBAttributeLimit
CMDBAttribute(java.lang.String aName, int aEntryMode, CMDBAttributeLimit aLimit, Value aDefaultValue)
          Creates an attribute with the provided name, entry mode, size limit, and default value.
CMDBAttribute(java.lang.String aName, long arFieldId, int aEntryMode, CMDBAttributeLimit aLimit, Value aDefaultValue)
          Creates an attribute with the provided name, field ID, entry mode, limit, and default value.
CMDBAttribute(java.lang.String aName, java.lang.String attributeId, int aEntryMode, CMDBAttributeLimit aLimit, Value aDefaultValue)
          Creates an attribute with the provided name, attribute ID, entry mode, limit, and default value.
CMDBAttribute(java.lang.String aName, java.lang.String attributeId, long arFieldId, int aEntryMode, CMDBAttributeLimit aLimit, Value aDefaultValue)
          Creates an attribute with the provided name, attribute ID, field ID, entry mode, limit, and default value.
 



(c) Copyright 2004-2007 BMC Software, Inc.