|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.iquery.metadata.serverprop.Category
@ThreadSafe public class Category
Defines categories or groupings of function and operator definitions that are found within a ServerProperties object. These categories are used to retrieve the sets of those functions or operators from the ServerProperties object.
| Field Summary | |
|---|---|
static Category |
CAT_AGGREGATE
Aggregating functions category |
static Category |
CAT_ALL
All functions and operators category |
static Category |
CAT_COMPARISON
Comparison operators category |
static Category |
CAT_CONDITIONAL
Conditional operators category |
static Category |
CAT_COUNTING_AGGREGATE
Counting aggregating functions category |
static Category |
CAT_FUNCTIONS
Functions (but no operators) category |
static Category |
CAT_LANGUAGE_SYNTAX
Language syntax operators category |
static Category |
CAT_LOGICAL
Logical operators category |
static Category |
CAT_NONCOUNTING_AGGREGATE
Noncounting aggregating functions |
static Category |
CAT_OPERATORS
Operators category |
static Category |
CAT_SCALAR
Scalar operators category |
| Method Summary | |
|---|---|
int |
compareTo(Category cat)
Implementation of this method required by the Comparable interface that compares this type of object based on an internally represented form. |
java.lang.String |
getDescription()
Returns this category's description for display purposes. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a description for this object for a specific locale, typically for display purposes. |
com.sas.util.LocalizableString |
getDescriptions()
Returns the entire set of descriptions for this object for all locales, typically for display purposes. |
java.lang.String |
getLabel()
Returns this category's label for display purposes. |
java.lang.String |
getLabel(java.util.Locale locale)
Returns a label for this object for a specific locale, typically for display purposes. |
com.sas.util.LocalizableString |
getLabels()
Returns the entire set of labels for this object for all locales, typically for display purposes. |
| Field Detail |
|---|
public static final Category CAT_ALL
public static final Category CAT_FUNCTIONS
public static final Category CAT_AGGREGATE
public static final Category CAT_COUNTING_AGGREGATE
public static final Category CAT_NONCOUNTING_AGGREGATE
public static final Category CAT_OPERATORS
public static final Category CAT_SCALAR
public static final Category CAT_CONDITIONAL
public static final Category CAT_LOGICAL
public static final Category CAT_COMPARISON
public static final Category CAT_LANGUAGE_SYNTAX
| Method Detail |
|---|
public java.lang.String getLabel()
getLabel in interface NamedObjectInterfacepublic java.lang.String getDescription()
getDescription in interface NamedObjectInterfacepublic int compareTo(Category cat)
compareTo in interface java.lang.Comparable<Category>cat - the Object to be compared.
public com.sas.util.LocalizableString getLabels()
LocalizableNamedObjectInterface
getLabels in interface LocalizableNamedObjectInterfaceLocalizableNamedObjectInterface.getLabels()public com.sas.util.LocalizableString getDescriptions()
LocalizableNamedObjectInterface
getDescriptions in interface LocalizableNamedObjectInterfaceLocalizableNamedObjectInterface.getDescriptions()public java.lang.String getLabel(java.util.Locale locale)
LocalizableNamedObjectInterface
getLabel in interface LocalizableNamedObjectInterfacelocale - the Locale of the label, null will use Locale.getDefault()
LocalizableNamedObjectInterface.getLabel(java.util.Locale)public java.lang.String getDescription(java.util.Locale locale)
LocalizableNamedObjectInterface
getDescription in interface LocalizableNamedObjectInterfacelocale - the Locale of the description, null will use Locale.getDefault()
LocalizableNamedObjectInterface.getDescription(java.util.Locale)
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||