Package | Description |
---|---|
org.epics.pvmanager.integration |
Modifier and Type | Method and Description |
---|---|
static VTypeMatchMask |
VTypeMatchMask.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VTypeMatchMask[] |
VTypeMatchMask.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Validator |
Validators.cycleValidator(VTypeMatchMask mask,
List<Object> matches) |
void |
Log.matchAllValues(String pvName,
VTypeMatchMask mask,
Object expectedValue) |
void |
Log.matchValues(String pvName,
VTypeMatchMask mask,
Object... values) |
Constructor and Description |
---|
PVReaderValueCondition(VTypeMatchMask mask,
Object value) |
Copyright © 2010–2015. All rights reserved.