|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.common.PropertyGroup
public final class PropertyGroup
This is an example of a java type-safe constant.
The constructor is private, so the only instances of this object that can ever exist are those created in the static initializer.
This constant exposes its extent via the getGroups() call. The objects returned can be used in the query against the Property metadata eg. PropertyMetadata.getProperties(PropertyGroup x)
Hence we have a controlled list of values, marshalled by this class.
Field Summary | |
---|---|
static PropertyGroup |
ADF
|
static PropertyGroup |
AMPOOL
|
static PropertyGroup |
CORE
|
static PropertyGroup |
DATABASE
|
static PropertyGroup |
DEPRECATED
|
static PropertyGroup |
DIAGNOSTIC
|
static PropertyGroup |
EJB
|
int |
id
|
static PropertyGroup |
INTERNAL
|
static PropertyGroup |
ORD
|
static PropertyGroup |
SECURITY
|
Method Summary | |
---|---|
void |
add(PropertyMetadata pm)
|
static java.util.Enumeration |
elements()
|
boolean |
equals(PropertyGroup x)
|
static PropertyGroup |
first()
|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.util.Hashtable |
getProperties()
return an iterator onto a collection of PropertyMetadata objects in this group |
static PropertyGroup |
last()
|
PropertyGroup |
next()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final int id
public static final PropertyGroup ADF
public static final PropertyGroup AMPOOL
public static final PropertyGroup SECURITY
public static final PropertyGroup ORD
public static final PropertyGroup DIAGNOSTIC
public static final PropertyGroup DATABASE
public static final PropertyGroup INTERNAL
public static final PropertyGroup DEPRECATED
public static final PropertyGroup CORE
public static final PropertyGroup EJB
Method Detail |
---|
public static PropertyGroup first()
public static PropertyGroup last()
public PropertyGroup next()
public static java.util.Enumeration elements()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(PropertyGroup x)
public void add(PropertyMetadata pm)
public java.util.Hashtable getProperties()
public java.lang.String getName()
public java.lang.String getDescription()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |