Package ru.curs.celesta.score
Class Score
java.lang.Object
ru.curs.celesta.score.AbstractScore
ru.curs.celesta.score.Score
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.curs.celesta.score.AbstractScore
AbstractScore.ScoreBuilder<T extends AbstractScore> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns identifier parser.Returns system schema name.Methods inherited from class ru.curs.celesta.score.AbstractScore
describeGrains, getGrain, getGrains
-
Field Details
-
SYSTEM_SCHEMA_NAME
System schema name (which is "celesta").- See Also:
-
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
getSysSchemaName
Description copied from class:AbstractScoreReturns system schema name.- Specified by:
getSysSchemaNamein classAbstractScore
-
getIdentifierParser
Description copied from class:AbstractScoreReturns identifier parser.- Specified by:
getIdentifierParserin classAbstractScore
-