Interface IFieldProperty6
-
- All Superinterfaces:
com4j.Com4jObject
,IFieldProperty
,IFieldProperty2
,IFieldProperty3
,IFieldProperty4
,IFieldProperty5
- All Known Subinterfaces:
IFieldProperty7
public interface IFieldProperty6 extends IFieldProperty5
Field property Interface. Exposes cross-subtype property
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCrossSubtype()
Indicates if this is a cross subtype column.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.IFieldProperty
dbColumnName, dbColumnType, dbTableName, editMask, editStyle, fieldSize, isActive, isByCode, isCanFilter, isCustomizable, isEdit, isHistory, isKeepValue, isKey, isMail, isModify, isRequired, isSystem, isToSum, isVerify, isVersionControl, isVisible, isVisibleInNewBug, keyOrder, readOnly, root, userColumnType, userLabel
-
Methods inherited from interface step.repository.alm.v16.otaclient.IFieldProperty2
isCanGroup, isMultiValue, isSearchable
-
Methods inherited from interface step.repository.alm.v16.otaclient.IFieldProperty3
getRequiredByType
-
Methods inherited from interface step.repository.alm.v16.otaclient.IFieldProperty4
isTemplate
-
Methods inherited from interface step.repository.alm.v16.otaclient.IFieldProperty5
referencedIdColumn, referencedNameColumn, referencedTable
-
-
-
-
Method Detail
-
isCrossSubtype
boolean isCrossSubtype()
Indicates if this is a cross subtype column.
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
-
-