Uses of Class
com.microfocus.zfe.haapi.ps.OIAStatus
-
Packages that use OIAStatus Package Description com.microfocus.zfe.haapi.ps -
-
Uses of OIAStatus in com.microfocus.zfe.haapi.ps
Methods in com.microfocus.zfe.haapi.ps that return OIAStatus Modifier and Type Method Description static OIAStatus
OIAStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OIAStatus[]
OIAStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microfocus.zfe.haapi.ps that return types with arguments of type OIAStatus Modifier and Type Method Description Set<OIAStatus>
OIA. getStatus()
Returns the current OIA status as an EnumSetSet<OIAStatus>
OIAChangedEvent. getStatus()
Constructor parameters in com.microfocus.zfe.haapi.ps with type arguments of type OIAStatus Constructor Description OIAChangedEvent(OIA oia, Set<OIAStatus> currentStatus, int progErrorCode, int commErrorCode)
Creates a new instance of the OIA changed event.
-