|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RetrievePositionWithinTable>
org.axsl.common.value.RetrievePositionWithinTable
public enum RetrievePositionWithinTable
Enumeration of possible "retrieve-position-within-table" values.
Enum Constant Summary | |
---|---|
FIRST_INCLUDING_CARRYOVER
Specifies a preference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of the primary retrieve scope area, and (2) that precedes in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property. |
|
FIRST_STARTING
Specifies a preference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of the primary retrieve scope area, (2) whose "is-first" trait is set to "true", and (3) precedes in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property. |
|
LAST_ENDING
Specifies a preference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of a retrieve scope area, and (2) whose "is-last" trait is set to "true" and that follows in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property. |
|
LAST_STARTING
Specifies a preference for retrieving the children of an fo:marker attached to an area (1) that is a descendant of a retrieve scope area, (2) whose "is-first" trait is set to "true", and (3) that follows in the area tree, using pre-order traversal order, any other similarly constrained area that has an attached fo:marker with the same value of the "marker-class-name" property. |
Method Summary | |
---|---|
static RetrievePositionWithinTable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RetrievePositionWithinTable[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final RetrievePositionWithinTable FIRST_STARTING
public static final RetrievePositionWithinTable FIRST_INCLUDING_CARRYOVER
public static final RetrievePositionWithinTable LAST_STARTING
public static final RetrievePositionWithinTable LAST_ENDING
Method Detail |
---|
public static final RetrievePositionWithinTable[] values()
for(RetrievePositionWithinTable c : RetrievePositionWithinTable.values()) System.out.println(c);
public static RetrievePositionWithinTable valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
aXSL API 0.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.