oracle.jbo.common
Class Owner
java.lang.Object
oracle.jbo.common.Owner
- public final class Owner
- extends java.lang.Object
This is a simple example of a java type-safe constant.
Notice that the constructor is private, so the only instances of this
object that can ever exist are those created in the static initializer.
Hence we have a controlled list of values, marshalled by this class.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
public int id
pName
public java.lang.String pName
pAbbreviation
public java.lang.String pAbbreviation
MOM
public static final Owner MOM
SESSION
public static final Owner SESSION
DIAGNOSTIC
public static final Owner DIAGNOSTIC
ROOTAM
public static final Owner ROOTAM
CONFIGURATION
public static final Owner CONFIGURATION
toString
public java.lang.String toString()
equals
public boolean equals(Owner x)
Copyright © 1997, 2004, Oracle. All rights reserved.