Uses of Enum Class
org.variantsync.diffdetective.tablegen.Alignment
-
Uses of Alignment in org.variantsync.diffdetective.tablegen
Modifier and TypeFieldDescriptionprivate final Alignment
ColumnDefinition.alignment
The field for thealignment
record component.Modifier and TypeMethodDescriptionColumnDefinition.alignment()
Returns the value of thealignment
record component.static Alignment
Returns the enum constant of this class with the specified name.static Alignment[]
Alignment.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionColumnDefinition
(String header, Alignment alignment, Function<ContentRow, Object> getCell) Creates an instance of aColumnDefinition
record class.