public static class Jar.StrictMode extends EnumeratedAttribute
value
Constructor | Description |
---|---|
StrictMode() |
Public no arg constructor.
|
StrictMode(java.lang.String value) |
Constructor with an arg.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getLogLevel() |
|
java.lang.String[] |
getValues() |
Get List of valid strings.
|
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
public StrictMode()
public StrictMode(java.lang.String value)
value
- the enumerated value as a string.public java.lang.String[] getValues()
getValues
in class EnumeratedAttribute
public int getLogLevel()