-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MobileSegment.Horizontal extends Enum<MobileSegment.Horizontal>
The horizontal text alignment. The default value is
left.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMobileSegment.Horizontal.Companion
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-