Package | Description |
---|---|
org.epics.pvdata.pv |
This package contains the interface definitions for the Java implementation of pvData.
|
Modifier and Type | Method and Description |
---|---|
Status.StatusType |
Status.getType()
Get status type.
|
static Status.StatusType |
Status.StatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status.StatusType[] |
Status.StatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Status |
StatusCreate.createStatus(Status.StatusType type,
String message,
Throwable cause)
Create status.
|
Copyright © 2014. All Rights Reserved.