Home | History | Annotate | Download | only in carbons

Lines Matching defs:Direction

44     private Direction dir;
47 public Carbon(Direction dir, Forwarded fwd) {
53 * get the direction (sent or received) of the carbon.
55 * @return the {@link Direction} of the carbon.
57 public Direction getDirection() {
93 * An enum to display the direction of a {@link Carbon} message.
95 public static enum Direction {
103 Direction dir = Direction.valueOf(parser.getName());
112 else if (eventType == XmlPullParser.END_TAG && dir == Direction.valueOf(parser.getName()))