Uses of Enum Class
com.sas.lsaf.query.Column.Type
Packages that use Column.Type
-
Uses of Column.Type in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return Column.TypeModifier and TypeMethodDescriptionColumn.getType()Gets the type of the column.static Column.TypeReturns the enum constant of this class with the specified name.static Column.Type[]Column.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.query with parameters of type Column.TypeModifierConstructorDescriptionColumn(String queryClass, String name, Column.Type type) The constructor.