public static class JRSUIConstants.SegmentPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static JRSUIConstants.SegmentPosition |
FIRST |
static JRSUIConstants.SegmentPosition |
LAST |
static JRSUIConstants.SegmentPosition |
MIDDLE |
static JRSUIConstants.SegmentPosition |
ONLY |
| Modifier and Type | Method and Description |
|---|---|
long |
apply(long encodedState)
Applies this property value to the provided state
|
java.lang.String |
toString() |
public static final JRSUIConstants.SegmentPosition FIRST
public static final JRSUIConstants.SegmentPosition MIDDLE
public static final JRSUIConstants.SegmentPosition LAST
public static final JRSUIConstants.SegmentPosition ONLY
public long apply(long encodedState)
encodedState - the incoming JRSUI encoded statepublic java.lang.String toString()
toString in class java.lang.Object