|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUserMode
class UserMode
The class UserMode provides methods for setting the current AF2 user mode, and methods for getting the current user mode. The user modes provide 3 levels of instrument access privilege.
Field Summary | |
---|---|
private int |
ENGINEERING
|
private int |
EXTENDED
|
private int |
mode
|
private int |
NORMAL
|
Constructor Summary | |
---|---|
UserMode()
|
Method Summary | |
---|---|
(package private) boolean |
isEngineering()
|
(package private) boolean |
isExtended()
|
(package private) boolean |
isNormal()
|
(package private) void |
setEngineering(java.lang.String pass)
|
(package private) void |
setExtended(java.lang.String pass)
|
(package private) void |
setNormal()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int NORMAL
private final int ENGINEERING
private final int EXTENDED
private int mode
Constructor Detail |
---|
UserMode()
Method Detail |
---|
void setNormal()
void setEngineering(java.lang.String pass)
void setExtended(java.lang.String pass)
boolean isNormal()
boolean isEngineering()
boolean isExtended()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |