Interface ICustomizationField6
-
- All Superinterfaces:
com4j.Com4jObject
,ICustomizationField
,ICustomizationField2
,ICustomizationField3
,ICustomizationField4
,ICustomizationField5
- All Known Subinterfaces:
ICustomizationField7
public interface ICustomizationField6 extends ICustomizationField5
Additional properties of the customization field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
outputSanitizationType()
Marks field as supporting/not supporting HTML.void
outputSanitizationType(java.lang.String pSanitizationType)
Marks field as supporting/not supporting HTML.-
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
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationField4
getReferenceTable, isCrossSubtype, isSupportsHistory, isSupportsRequired
-
Methods inherited from interface step.repository.alm.v16.otaclient.ICustomizationField5
isTransient
-
-
-
-
Method Detail
-
outputSanitizationType
java.lang.String outputSanitizationType()
Marks field as supporting/not supporting HTML.
Getter method for the COM property "OutputSanitizationType"
- Returns:
- Returns a value of type java.lang.String
-
outputSanitizationType
void outputSanitizationType(java.lang.String pSanitizationType)
Marks field as supporting/not supporting HTML.
Setter method for the COM property "OutputSanitizationType"
- Parameters:
pSanitizationType
- Mandatory java.lang.String parameter.
-
-