Interface Jersey
- All Known Implementing Classes:
JerseyImpl
public interface Jersey
Defines methods used to access jersey information
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetBase()Returns the base color of the jerseydefault BooleanIndicated if the jersey has horizontal stripesdefault Stringreturns the jersey horizontal stripes colorReturns the jersey number colordefault StringReturns the jersey shirt typeReturns the sleeve color of the jerseydefault StringReturns the jersey sleeve detaildefault BooleangetSplit()returns information about the jersey splitdefault StringReturns the jersey split colordefault Booleanreturns information about the jersey squaresdefault Stringreturns the jersey squares colordefault BooleanIndicated if the jersey has stripesdefault StringReturns the jersey stripes colorgetType()Returns the jersey type
-
Field Details
-
METHOD_NOT_IMPLEMENTED
- See Also:
-
-
Method Details
-
getBase
String getBase()Returns the base color of the jersey- Returns:
- the base color of the jersey
-
getNumber
String getNumber()Returns the jersey number color- Returns:
- the jersey number color
-
getSleeve
String getSleeve()Returns the sleeve color of the jersey- Returns:
- the sleeve color of the jersey
-
getType
String getType()Returns the jersey type- Returns:
- the jersey type
-
getStripesColor
Returns the jersey stripes color- Returns:
- the jersey stripes color
-
getSplitColor
Returns the jersey split color- Returns:
- the jersey split color
-
getShirtType
Returns the jersey shirt type- Returns:
- the jersey shirt type
-
getSleeveDetail
Returns the jersey sleeve detail- Returns:
- the jersey sleeve detail
-
getStripes
Indicated if the jersey has stripes- Returns:
- the jersey has stripes
-
getHorizontalStripes
Indicated if the jersey has horizontal stripes- Returns:
- the jersey has horizontal stripes
-
getHorizontalStripesColor
returns the jersey horizontal stripes color- Returns:
- the jersey horizontal stripes color
-
getSquares
returns information about the jersey squares- Returns:
- information about the jersey squares
-
getSquaresColor
returns the jersey squares color- Returns:
- the jersey squares color
-
getSplit
returns information about the jersey split- Returns:
- information about the jersey split
-