|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnGroup
ColumnGroup
contains information about a group of columns. Each column group has a name, a type, a fixed set of members. Each column group member has a member type. An example of a column group is a DMS PhaseEvent sensor that contains a group of related metrics.
Method Summary | |
---|---|
boolean |
containsMember(java.lang.String name) Returns true if this ColumnGroup contains the given member. |
java.util.Enumeration |
enumerateMemberNames(boolean sorted) Enumerates the names of the members in this ColumnGroup . |
java.lang.String |
getDescription() Gets the description of this ColumnGroup . |
java.lang.String[] |
getMemberNames() Returns an array of member names in this ColumnGroup . |
java.lang.String |
getMemberType(java.lang.String name) Gets the type of the given memeber. |
java.lang.String |
getType() Gets the type of this ColumnGroup . |
int |
memberCount() Gets the number of the members in this ColumnGroup . |
Methods inherited from interface oracle.dms.table.Name |
---|
getName |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
java.lang.String getType()
ColumnGroup
.ColumnGroup
.java.lang.String getDescription()
ColumnGroup
.ColumnGroup
.int memberCount()
ColumnGroup
.ColumnGroup
.java.lang.String getMemberType(java.lang.String name)
name
- the name of the member.enumerateMemberNames(boolean sorted)
boolean containsMember(java.lang.String name)
true
if this ColumnGroup
contains the given member.name
- the name of the member.true
if this ColumnGroup
contains the given member.java.util.Enumeration enumerateMemberNames(boolean sorted)
ColumnGroup
.sorted
- true
enumerates the names of the members in the acsending order.Enumeration
object for enumerating {the names of the members in this ColumnGroup
.getMemberType(String name)
java.lang.String[] getMemberNames()
ColumnGroup
.ColumnGroup
.
|
Oracle Application Server DMS API Reference 10g Release 3 (10.1.3.1.0) B28943-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |