trait BaseGolfStatsComplexTypable extends AnyRef
Holds statistics particular to a team of golf players.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseGolfStatsComplexTypable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
- abstract def alignmentScope: Option[AlignmentScope]
- abstract def classValue: Option[String]
- abstract def competition: Option[String]
- abstract def distance: Option[String]
- abstract def distanceMaximum: Option[String]
- abstract def distanceMinimum: Option[String]
- abstract def durationScope: Option[String]
- abstract def endDateTime: Option[String]
- abstract def eventSpan: Option[BigInt]
- abstract def id: Option[String]
- abstract def locationKey: Option[String]
- abstract def measurementUnits: Option[String]
- abstract def opponentType: Option[String]
- abstract def opponentValue: Option[String]
- abstract def periodEndDateTime: Option[String]
- abstract def periodStartDateTime: Option[String]
- abstract def periodType: Option[String]
- abstract def periodValue: Option[String]
- abstract def position: Option[String]
- abstract def recordMakingScope: Option[String]
- abstract def scopeValue: Option[String]
- abstract def scopingLabel: Option[String]
- abstract def situation: Option[String]
- abstract def startDateTime: Option[String]
- abstract def statsCoverage: Option[String]
- abstract def statsGolf: Option[GolfStatsComplexType]
- abstract def statsGolfRound: Seq[GolfStatsRoundComplexType]
- abstract def style: Option[String]
- abstract def surfaceType: Option[String]
- abstract def team: Option[String]
- abstract def teamCoverage: Option[TeamCoverage]
- abstract def temporalUnitType: Option[String]
- abstract def temporalUnitValue: Option[String]
- abstract def unitType: Option[String]
- abstract def unitValue: Option[String]
- abstract def venueType: Option[String]
- abstract def weatherType: Option[String]
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )