public class Status extends Object
| Constructor and Description |
|---|
Status() |
Status(Locus locus,
String context) |
Status(Locus locus,
String context,
int code,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getContext() |
String |
getDescription() |
static DataType |
getStatusType() |
Value |
getValue() |
boolean |
isNormal() |
void |
setStatus(String context,
int code,
String description) |
static void |
setStatusType(DataType type) |
public static DataType getStatusType()
public static void setStatusType(DataType type)
public boolean isNormal()
public String getContext()
public int getCode()
public String getDescription()
public Value getValue()
Copyright © 2023. All rights reserved.