Interface ICustomizationField4
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationField
,ICustomizationField2
,ICustomizationField3
- All Known Subinterfaces:
ICustomizationField5
,ICustomizationField6
,ICustomizationField7
public interface ICustomizationField4 extends ICustomizationField3
Additional properties of the customization field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getReferenceTable()
Returns the table referenced by this column.boolean
isCrossSubtype()
Returns true if this field is a cross subtype field.boolean
isSupportsHistory()
Indicates if this field supports history.boolean
isSupportsRequired()
Indicates if this field supports required.-
Methods inherited from interface com4j.Com4jObject
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationField
columnName, columnType, columnType, defaultValue, defaultValue, editMask, editMask, editStyle, editStyle, fieldSize, fieldSize, grantModifyMask, grantModifyMask, isActive, isActive, isByCode, isByCode, isCanFilter, isCanFilter, isCustomizable, isCustomizable, isEdit, isEdit, isHistory, isHistory, isKeepValue, isKeepValue, isKey, isKey, isMail, isMail, isRequired, isRequired, isSystem, isSystem, isToSum, isToSum, isTransitionLogic, isTransitionLogic, isVerify, isVerify, isVisibleInNewBug, isVisibleInNewBug, keyOrder, keyOrder, list, list, newCreated, newCreated, ownerSensibleMask, ownerSensibleMask, rootId, rootId, tableName, type, type, updated, updated, userColumnType, userColumnType, userLabel, userLabel, versionControl, versionControl, visibleForGroups, visibleForGroups
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationField2
auditUpdate, auditUpdate, authorizedModifyForGroups, authorizedModifyForGroups, authorizedOwnerSensibleForGroups, authorizedOwnerSensibleForGroups, authorizedVisibleForGroups, authorizedVisibleForGroups, authorizedVisibleInNewBugForGroups, authorizedVisibleInNewBugForGroups, canMakeMultiValue, canMakeSearchable, grantModifyForGroup, grantModifyForGroup, isCanGroup, isCanGroup, isMultiValue, isMultiValue, isSearchable, isSearchable, isVirtual, ownerSensibleForGroup, ownerSensibleForGroup, visibleForGroup, visibleForGroup, visibleInNewBugForGroup, visibleInNewBugForGroup
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationField3
isTemplate
-
-
-
-
Method Detail
-
isCrossSubtype
boolean isCrossSubtype()
Returns true if this field is a cross subtype field.
Getter method for the COM property "IsCrossSubtype"
- Returns:
- Returns a value of type boolean
-
isSupportsHistory
boolean isSupportsHistory()
Indicates if this field supports history.
Getter method for the COM property "IsSupportsHistory"
- Returns:
- Returns a value of type boolean
-
isSupportsRequired
boolean isSupportsRequired()
Indicates if this field supports required.
Getter method for the COM property "IsSupportsRequired"
- Returns:
- Returns a value of type boolean
-
getReferenceTable
java.lang.String getReferenceTable()
Returns the table referenced by this column.
- Returns:
- Returns a value of type java.lang.String
-
-