Package step.repository.alm.otaclient
Interface IBaseField4
-
- All Superinterfaces:
com4j.Com4jObject
,IObjectLockingSupport2
public interface IBaseField4 extends IObjectLockingSupport2
Represents a basic data field or entity, such as an attachment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
typeName()
The field's 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.IObjectLockingSupport2
getLockParams
-
-
-
-
Method Detail
-
typeName
String typeName()
The field's type.
Getter method for the COM property "TypeName"
- Returns:
- Returns a value of type java.lang.String
-
-