Interface IContentDefinition
-
- All Superinterfaces:
com4j.Com4jObject
,IBaseField
,IObjectLockingSupport
public interface IContentDefinition extends IBaseField
Represents a Content Definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
autoCompleteType()
The AutoCompleteType.void
autoCompleteType(int pVal)
The AutoCompleteType.com4j.Com4jObject
contentPartFactory()
The Content parts factory of this definition.com4j.Com4jObject
contentRootFactory()
The Content root factory of this definition.java.lang.String
name()
Get Name.void
name(java.lang.String pVal)
Get Name.int
parentId()
Get Parent ID.java.lang.String
parentType()
Get Parent 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.v16.otaclient.IBaseField
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
-
Methods inherited from interface step.repository.alm.v16.otaclient.IObjectLockingSupport
isLocked, lockObject, unLockObject
-
-
-
-
Method Detail
-
parentId
int parentId()
Get Parent ID.
Getter method for the COM property "ParentId"
- Returns:
- Returns a value of type int
-
parentType
java.lang.String parentType()
Get Parent Type.
Getter method for the COM property "ParentType"
- Returns:
- Returns a value of type java.lang.String
-
name
java.lang.String name()
Get Name.
Getter method for the COM property "Name"
- Returns:
- Returns a value of type java.lang.String
-
name
void name(java.lang.String pVal)
Get Name.
Setter method for the COM property "Name"
- Parameters:
pVal
- Mandatory java.lang.String parameter.
-
contentPartFactory
com4j.Com4jObject contentPartFactory()
The Content parts factory of this definition.
Getter method for the COM property "ContentPartFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
contentRootFactory
com4j.Com4jObject contentRootFactory()
The Content root factory of this definition.
Getter method for the COM property "ContentRootFactory"
- Returns:
- Returns a value of type com4j.Com4jObject
-
autoCompleteType
int autoCompleteType()
The AutoCompleteType.
Getter method for the COM property "AutoCompleteType"
- Returns:
- Returns a value of type int
-
autoCompleteType
void autoCompleteType(int pVal)
The AutoCompleteType.
Setter method for the COM property "AutoCompleteType"
- Parameters:
pVal
- Mandatory int parameter.
-
-