Package com.smeup.kokos.sdk.util.legacy
Class LegacyGCellDictionary
java.lang.Object
com.smeup.kokos.sdk.util.legacy.LegacyGCellDictionary
This class contains all G cell values with relative semantic values.
- Author:
- mattia.bonardi
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateReferenceStyle(String code) Creates a reference style map from a legacy static style code.static booleanisStaticStyle(String code) Checks whether the given code represents a valid static style.
-
Field Details
-
values
Dictionary of legacy values
-
-
Method Details
-
isStaticStyle
Checks whether the given code represents a valid static style.- Parameters:
code- the legacy style code- Returns:
- true if the code is a valid static style, false otherwise
-
createReferenceStyle
Creates a reference style map from a legacy static style code.- Parameters:
code- the legacy style code- Returns:
- a map containing semantic style attributes
-