|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jbo.common.Owner
public final class Owner
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.
Field Summary | |
---|---|
static Owner |
CONFIGURATION |
static Owner |
DIAGNOSTIC |
int |
id |
static Owner |
MOM |
java.lang.String |
pAbbreviation |
java.lang.String |
pName |
static Owner |
ROOTAM |
static Owner |
SESSION |
Method Summary | |
---|---|
boolean |
equals(Owner x) |
java.lang.String |
toString() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int id
public java.lang.String pName
public java.lang.String pAbbreviation
public static final Owner MOM
public static final Owner SESSION
public static final Owner DIAGNOSTIC
public static final Owner ROOTAM
public static final Owner CONFIGURATION
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(Owner x)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |