VisiBroker for Java

com.inprise.vbroker.ServerManager.ContainerPackage
Class RWStatus

java.lang.Object
  extended by com.inprise.vbroker.ServerManager.ContainerPackage.RWStatus
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class RWStatus
extends java.lang.Object
implements IDLEntity

Represents various read-write status for a property.

See Also:
Serialized Form

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

_READWRITE_ALL

public static final int _READWRITE_ALL
The property can be modified in the current session and can be saved for future sessions. The changed value also takes effect in the current session.

See Also:
Constant Field Values

_READONLY_IN_SESSION

public static final int _READONLY_IN_SESSION
The property is read-only in the current session. It can be modifed and saved into storage for future sessions.

See Also:
Constant Field Values

_READONLY_ALL

public static final int _READONLY_ALL
Proeprty is read only. It cannot be read modified nor written to a file.

See Also:
Constant Field Values

_RESERVED1

public static final int _RESERVED1
See Also:
Constant Field Values

_RESERVED2

public static final int _RESERVED2
See Also:
Constant Field Values

READWRITE_ALL

public static final RWStatus READWRITE_ALL
The property can be modified in the current session and can be saved for future sessions. The changed value also takes effect in the current session.


READONLY_IN_SESSION

public static final RWStatus READONLY_IN_SESSION
The property is read-only in the current session. It can be modifed and saved into storage for future sessions.


READONLY_ALL

public static final RWStatus READONLY_ALL
Proeprty is read only. It cannot be read modified nor written to a file.


RESERVED1

public static final RWStatus RESERVED1

RESERVED2

public static final RWStatus RESERVED2
Method Detail

value

public int value()

from_int

public static RWStatus from_int(int _vis_value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online