Uses of Enum Class
com.orientechnologies.orient.console.OTableFormatter.ALIGNMENT
Packages that use OTableFormatter.ALIGNMENT
-
Uses of OTableFormatter.ALIGNMENT in com.orientechnologies.orient.console
Fields in com.orientechnologies.orient.console with type parameters of type OTableFormatter.ALIGNMENTModifier and TypeFieldDescriptionprotected final Map<String,OTableFormatter.ALIGNMENT> OTableFormatter.columnAlignmentMethods in com.orientechnologies.orient.console that return OTableFormatter.ALIGNMENTModifier and TypeMethodDescriptionstatic OTableFormatter.ALIGNMENTReturns the enum constant of this class with the specified name.static OTableFormatter.ALIGNMENT[]OTableFormatter.ALIGNMENT.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.console with parameters of type OTableFormatter.ALIGNMENTModifier and TypeMethodDescriptionvoidOTableFormatter.setColumnAlignment(String column, OTableFormatter.ALIGNMENT alignment)