Package step.repository.alm.otaclient
Interface IFieldProperty3
-
- All Superinterfaces:
com4j.Com4jObject
,IFieldProperty
,IFieldProperty2
- All Known Subinterfaces:
IFieldProperty4
public interface IFieldProperty3 extends IFieldProperty2
Properties for object fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getRequiredByType()
Checks if the field is required according to the requirement type.-
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.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.otaclient.IFieldProperty2
isCanGroup, isMultiValue, isSearchable
-
-