public interface ICustomizationTransitionRule
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
destinationValue()
The destination value of the transition rule, that is, the value after the change.
|
void |
destinationValue(String pVal)
The destination value of the transition rule, that is, the value after the change.
|
boolean |
isAllowed()
For HP use.
|
void |
isAllowed(boolean pVal)
For HP use.
|
String |
sourceValue()
The source value of the transition rule, that is, the value before the change.
|
void |
sourceValue(String pVal)
The source value of the transition rule, that is, the value before the change.
|
boolean |
updated()
Indicates if the object has been modified since last synchronized with server.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since last synchronized with server.
|
String sourceValue()
The source value of the transition rule, that is, the value before the change.
Getter method for the COM property "SourceValue"
void sourceValue(String pVal)
The source value of the transition rule, that is, the value before the change.
Setter method for the COM property "SourceValue"
pVal
- Mandatory java.lang.String parameter.String destinationValue()
The destination value of the transition rule, that is, the value after the change.
Getter method for the COM property "DestinationValue"
void destinationValue(String pVal)
The destination value of the transition rule, that is, the value after the change.
Setter method for the COM property "DestinationValue"
pVal
- Mandatory java.lang.String parameter.boolean isAllowed()
For HP use. The action defined in the DestinationValue and SourceValue properties is allowed.
Getter method for the COM property "IsAllowed"
void isAllowed(boolean pVal)
For HP use. The action defined in the DestinationValue and SourceValue properties is allowed.
Setter method for the COM property "IsAllowed"
pVal
- Mandatory boolean parameter.boolean updated()
Indicates if the object has been modified since last synchronized with server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since last synchronized with server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.