Uses of Class
com.sas.lsaf.query.Column.Type
-
Packages that use Column.Type Package Description com.sas.lsaf.query Contains common classes and interfaces to query information. -
-
Uses of Column.Type in com.sas.lsaf.query
Methods in com.sas.lsaf.query that return Column.Type Modifier and Type Method Description Column.Type
Column. getType()
Gets the type of the column.static Column.Type
Column.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Column.Type[]
Column.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.query with parameters of type Column.Type Constructor Description Column(java.lang.String queryClass, java.lang.String name, Column.Type type)
The constructor.
-