|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.jbo.common.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 |
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.Set |
getProperties()
return an iterator onto a collection of PropertyMetadata objects in this group |
static PropertyGroup |
last()
|
static void |
main(java.lang.String[] args)
for testing only: dumps the groups to stdout |
PropertyGroup |
next()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public final int id
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()
public boolean equals(PropertyGroup x)
public void add(PropertyMetadata pm)
public java.util.Set getProperties()
public static void main(java.lang.String[] args)
public java.lang.String getName()
public java.lang.String getDescription()
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.