Package | Description |
---|---|
com.xalys.xgl.filter |
Modifier and Type | Field and Description |
---|---|
protected StringFilter.Type |
StringFilter.type |
Modifier and Type | Method and Description |
---|---|
StringFilter.Type |
StringFilter.getType() |
static StringFilter.Type |
StringFilter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringFilter.Type[] |
StringFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StringFilter.setType(StringFilter.Type type) |
Constructor and Description |
---|
StringFilter(Converter<E,String> converter,
StringFilter.Type type,
String value) |
Copyright © 2018 Xalys. All rights reserved.