| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.inprise.vbroker.ServerManager.ContainerPackage.RWStatus
public final class RWStatus
Represents various read-write status for a property.
| Field Summary | |
|---|---|
static int | 
_READONLY_ALL
Proeprty is read only.  | 
static int | 
_READONLY_IN_SESSION
The property is read-only in the current session.  | 
static int | 
_READWRITE_ALL
The property can be modified in the current session and can be saved for future sessions.  | 
static int | 
_RESERVED1
 | 
static int | 
_RESERVED2
 | 
static RWStatus | 
READONLY_ALL
Proeprty is read only.  | 
static RWStatus | 
READONLY_IN_SESSION
The property is read-only in the current session.  | 
static RWStatus | 
READWRITE_ALL
The property can be modified in the current session and can be saved for future sessions.  | 
static RWStatus | 
RESERVED1
 | 
static RWStatus | 
RESERVED2
 | 
| Method Summary | |
|---|---|
 boolean | 
equals(java.lang.Object o)
 | 
static RWStatus | 
from_int(int _vis_value)
 | 
 int | 
hashCode()
 | 
 java.lang.String | 
toString()
 | 
 int | 
value()
 | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int _READWRITE_ALL
public static final int _READONLY_IN_SESSION
public static final int _READONLY_ALL
public static final int _RESERVED1
public static final int _RESERVED2
public static final RWStatus READWRITE_ALL
public static final RWStatus READONLY_IN_SESSION
public static final RWStatus READONLY_ALL
public static final RWStatus RESERVED1
public static final RWStatus RESERVED2
| Method Detail | 
|---|
public int value()
public static RWStatus from_int(int _vis_value)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||