public class PostureAndSweep
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PostureAndSweep |
CLIMBING_AND_MOTIONLESS
Constant value for (posture = climbing, sweep = motionless)
|
static PostureAndSweep |
GROUNDED_AND_MOTIONLESS
Constant value for (posture = grounded, sweep = motionless)
|
static PostureAndSweep |
ROAMING_AND_FREE_RANGING
Constant value for (posture = roaming, sweep = free-ranging)
|
Constructor and Description |
---|
PostureAndSweep(Posture posture,
Sweep sweep)
Create a PostureAndSweep with a given posture and sweep
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Posture |
getPosture()
Get the posture component
|
Sweep |
getSweep()
Get the sweep component
|
int |
hashCode() |
java.lang.String |
toString() |
public static final PostureAndSweep ROAMING_AND_FREE_RANGING
public static final PostureAndSweep GROUNDED_AND_MOTIONLESS
public static final PostureAndSweep CLIMBING_AND_MOTIONLESS
public Posture getPosture()
public Sweep getSweep()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2004-2018 Saxonica Limited. All rights reserved.