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

E22562-01

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentLabel.ValidationRuleExpression.BoundValue

Enclosing class:
SegmentLabel.ValidationRuleExpression

public static interface SegmentLabel.ValidationRuleExpression.BoundValue

A bound value.


Method Summary
 SegmentLabel.ValidationRuleExpression.BoundValueKind getKind()
          Gets the bound vlaue kind.
 int getPosition()
          Gets the position of this bound value.
 java.lang.String getValue()
          Gets the bound value.
 

Method Detail

getKind

SegmentLabel.ValidationRuleExpression.BoundValueKind getKind()
Gets the bound vlaue kind.

Returns:
the bound value kind

getValue

java.lang.String getValue()
Gets the bound value.

Returns:
the bound value

getPosition

int getPosition()
Gets the position of this bound value. The position starts from 0. Each bound value has a unique position within the same expression.

Returns:
the position of this bound value

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.