Interface IDiagram
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IBaseFieldEx
,IBaseFieldExMail
,IObjectLockingSupport
public interface IDiagram extends IBaseFieldExMail
Diagrams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
description()
The description of the Diagram.void
description(java.lang.String pVal)
The description of the Diagram.com4j.Com4jObject
diagramElementFactory()
The DiagramElementFactory object.java.lang.String
name()
The Diagram name.void
name(java.lang.String pVal)
The Diagram name.int
parentId()
The ID of the Diagram's parent req.void
parentId(int pVal)
The ID of the Diagram's parent req.-
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.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldEx
attachments, hasAttachment, history
-
Methods inherited from interface step.repository.alm.v16.otaclient.IBaseFieldExMail
mail
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
name
java.lang.String name()
The Diagram name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
The Diagram name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
parentId
int parentId()
The ID of the Diagram's parent req.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
parentId
void parentId(int pVal)
The ID of the Diagram's parent req.
Setter method for the COM property "ParentId"
- Parameters:
pVal
- Mandatory int parameter.
-
description
java.lang.String description()
The description of the Diagram.
Getter method for the COM property "Description"
- Returns:
- Returns a value of type java.lang.String
-
description
void description(java.lang.String pVal)
The description of the Diagram.
Setter method for the COM property "Description"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
diagramElementFactory
com4j.Com4jObject diagramElementFactory()
The DiagramElementFactory object.
Getter method for the COM property "DiagramElementFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
-