Interface IFieldProperty2
-
- All Superinterfaces:
com4j.Com4jObject
,IFieldProperty
- All Known Subinterfaces:
IFieldProperty3
,IFieldProperty4
,IFieldProperty5
,IFieldProperty6
,IFieldProperty7
public interface IFieldProperty2 extends IFieldProperty
Properties for object fields.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCanGroup()
Checks if items of this type can form groups with others of the same type.boolean
isMultiValue()
Checks if the field can store multiple values.boolean
isSearchable()
Checks if the content of the field is searched by the Search method.-
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
-
-
-
-
Method Detail
-
isCanGroup
boolean isCanGroup()
Checks if items of this type can form groups with others of the same type.
Getter method for the COM property "IsCanGroup"
- Returns:
- Returns a value of type boolean
-
isSearchable
boolean isSearchable()
Checks if the content of the field is searched by the Search method.
Getter method for the COM property "IsSearchable"
- Returns:
- Returns a value of type boolean
-
isMultiValue
boolean isMultiValue()
Checks if the field can store multiple values.
Getter method for the COM property "IsMultiValue"
- Returns:
- Returns a value of type boolean
-
-