|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterOperator | |
|---|---|
| org.opcfoundation.ua.core | All the code in this package are codegenerated. |
| Uses of FilterOperator in org.opcfoundation.ua.core |
|---|
| Fields in org.opcfoundation.ua.core declared as FilterOperator | |
|---|---|
protected FilterOperator |
ContentFilterElement.FilterOperator
|
| Fields in org.opcfoundation.ua.core with type parameters of type FilterOperator | |
|---|---|
static EnumSet<FilterOperator> |
FilterOperator.ALL
|
static EnumSet<FilterOperator> |
FilterOperator.NONE
|
| Methods in org.opcfoundation.ua.core that return FilterOperator | |
|---|---|
FilterOperator |
ContentFilterElement.getFilterOperator()
|
static FilterOperator |
FilterOperator.valueOf(int value)
|
static FilterOperator[] |
FilterOperator.valueOf(int[] value)
|
static FilterOperator |
FilterOperator.valueOf(Integer value)
|
static FilterOperator[] |
FilterOperator.valueOf(Integer[] value)
|
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FilterOperator |
FilterOperator.valueOf(UnsignedInteger value)
|
static FilterOperator[] |
FilterOperator.valueOf(UnsignedInteger[] value)
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opcfoundation.ua.core with parameters of type FilterOperator | |
|---|---|
void |
ContentFilterElement.setFilterOperator(FilterOperator FilterOperator)
|
| Constructors in org.opcfoundation.ua.core with parameters of type FilterOperator | |
|---|---|
ContentFilterElement(FilterOperator FilterOperator,
ExtensionObject[] FilterOperands)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||