Package ru.curs.celesta.score
Class Score
- java.lang.Object
-
- ru.curs.celesta.score.AbstractScore
-
- ru.curs.celesta.score.Score
-
public final class Score extends AbstractScore
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.curs.celesta.score.AbstractScore
AbstractScore.ScoreBuilder<T extends AbstractScore>
-
-
Field Summary
Fields Modifier and Type Field Description static String
SYSTEM_SCHEMA_NAME
System schema name (which is "celesta").
-
Constructor Summary
Constructors Constructor Description Score()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifierParser
getIdentifierParser()
Returns identifier parser.String
getSysSchemaName()
Returns system schema name.-
Methods inherited from class ru.curs.celesta.score.AbstractScore
describeGrains, getGrain, getGrains
-
-
-
-
Field Detail
-
SYSTEM_SCHEMA_NAME
public static final String SYSTEM_SCHEMA_NAME
System schema name (which is "celesta").- See Also:
- Constant Field Values
-
-
Method Detail
-
getSysSchemaName
public String getSysSchemaName()
Description copied from class:AbstractScore
Returns system schema name.- Specified by:
getSysSchemaName
in classAbstractScore
-
getIdentifierParser
public IdentifierParser getIdentifierParser()
Description copied from class:AbstractScore
Returns identifier parser.- Specified by:
getIdentifierParser
in classAbstractScore
-
-