Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentLabel.ValidationRule

Enclosing class:
SegmentLabel

public static interface SegmentLabel.ValidationRule

A validation rule associated with a segment label.


Method Summary
 java.lang.String getCode()
          Gets the code of this validation rule.
 SegmentLabel.ValidationRuleExpression getExpression()
          Gets the expression of this validation rule.
 SegmentLabel getSegmentLabel()
          Gets the segment label associated with this validation rule.
 boolean isAlwaysApplied()
          Checks whether this validation rule should always be applied.
 

Method Detail

getCode

java.lang.String getCode()
Gets the code of this validation rule.

Returns:
the code of this validation rule

getExpression

SegmentLabel.ValidationRuleExpression getExpression()
Gets the expression of this validation rule.

Returns:
the expression of this validation rule

isAlwaysApplied

boolean isAlwaysApplied()
Checks whether this validation rule should always be applied.

Returns:
true if this validation rule should always be applied

getSegmentLabel

SegmentLabel getSegmentLabel()
Gets the segment label associated with this validation rule.

Returns:
the segment label associated with this validation rule

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.