|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.tif.jacob.core.definition.Filldirection
public final class Filldirection
This class declares the different kinds of fill directions. A fill direction is used to determine in which direction(s) a record propagation should be executed.
IDataAccessor.propagateRecord(IDataRecord, Filldirection),
IDataAccessor.propagateRecord(IDataRecord, IRelationSet, Filldirection)| Field Summary | |
|---|---|
static Filldirection |
BACKWARD
The instance for backward fill direction. |
static Filldirection |
BOTH
The instance for indicating that either forward and backward should be used as fill directions. |
static Filldirection |
FORWARD
The instance for forward fill direction. |
static Filldirection |
NONE
The instance for indicating that no fill direction exists. |
static java.lang.String |
RCS_ID
The internal revision control system id. |
static java.lang.String |
RCS_REV
The internal revision control system id in short form. |
| Method Summary | |
|---|---|
static Filldirection |
fromJad(CastorFilldirection jadType)
Internal method for converting a XML JAD type to this class. |
boolean |
isBackward()
Checks whether this fill direction includes backward direction. |
boolean |
isForward()
Checks whether this fill direction includes forward direction. |
static Filldirection |
parseFilldirection(java.lang.String direction)
Parses the hands over string to a valid Filldirection object. |
CastorFilldirection |
toJad()
Internal method for converting this fill direction to the corresponding XML JAD type. |
java.lang.String |
toString()
Returns a string representation of this fill direction, which is easy for a person to read. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final transient java.lang.String RCS_ID
public static final transient java.lang.String RCS_REV
public static final Filldirection NONE
public static final Filldirection BOTH
public static final Filldirection FORWARD
public static final Filldirection BACKWARD
| Method Detail |
|---|
public static Filldirection fromJad(CastorFilldirection jadType)
jadType - the XML JAD type
public boolean isForward()
true if forward direction is included,
otherwise falsepublic boolean isBackward()
true if backward direction is included,
otherwise falsepublic static Filldirection parseFilldirection(java.lang.String direction)
direction - the fill direction string to parse
BACKWARD if no valid mapping
possible.public java.lang.String toString()
toString in class java.lang.Objectpublic CastorFilldirection toJad()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||