Modifier and Type | Method and Description |
---|---|
PitcherHand |
Pitcher.getHand()
Returns indication if the
Pitcher is left or right handed |
static PitcherHand |
PitcherHand.valueFromBasicStringDescription(String hand) |
static PitcherHand |
PitcherHand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PitcherHand[] |
PitcherHand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PitcherHand |
PitcherCi.getHand()
Returns which hand the pitcher uses
|
Modifier and Type | Method and Description |
---|---|
PitcherHand |
PitcherImpl.getHand()
Returns indication if the
Pitcher is left or right handed |
Modifier and Type | Method and Description |
---|---|
PitcherHand |
ExportablePitcherCi.getHand() |
Modifier and Type | Method and Description |
---|---|
void |
ExportablePitcherCi.setHand(PitcherHand hand) |
Constructor and Description |
---|
ExportablePitcherCi(String id,
String name,
HomeAway competitor,
PitcherHand hand) |
Copyright © 2016–2025. All rights reserved.