Interface IFieldProperty7
-
- All Superinterfaces:
com4j.Com4jObject
,IFieldProperty
,IFieldProperty2
,IFieldProperty3
,IFieldProperty4
,IFieldProperty5
,IFieldProperty6
public interface IFieldProperty7 extends IFieldProperty6
Exposes a virtual or transient property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTransient()
Checks if the field is transient.boolean
isVirtual()
Checks if the field is virtual.-
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.IFieldProperty6
isCrossSubtype, isSupportsHistory, isSupportsRequired
-
-
-
-
Method Detail
-
isVirtual
boolean isVirtual()
Checks if the field is virtual.
Getter method for the COM property "IsVirtual"
- Returns:
- Returns a value of type boolean
-
isTransient
boolean isTransient()
Checks if the field is transient.
Getter method for the COM property "IsTransient"
- Returns:
- Returns a value of type boolean
-
-