|
OracleŽ Fusion Middleware Java API Reference for Oracle Metadata Service (MDS) 11g Release 1 (11.1.1) E14776-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.mds.cust.CustClassList
public class CustClassList
A static, ordered list of CustomizationClasses.
CustomizationClass
Constructor Summary | |
---|---|
CustClassList(CustomizationClass... custClassList)
Create a CustClassList containing the given Customization Classes. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object custClassListObj)
Checks if two CustClassList instances are equal. |
int |
hashCode()
Returns a hash code value for the object. |
CustomizationClass |
item(int index)
Get the Customization Class at the given (0 based) index. |
int |
size()
Get the number of customization classes in this list. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CustClassList(CustomizationClass... custClassList)
custClassList
- An array of CustomizationClasses.Method Detail |
---|
public boolean equals(java.lang.Object custClassListObj)
CustClassList
instances are equal. Returns
true if and only if both objects have same class, same
array of CustomizationsClass
instance like same size, and
all corresponding pairs of elements in the two arrays are equal.
In other words, two arrays are defined to be equal if they contain the
same elements in the same order.
CustomizationClass
equals
in class java.lang.Object
custClassListObj
- another CustClassList
instance to
compare with.
true
if both are equal, false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public CustomizationClass item(int index)
index
- The number of the customization class to return.
public int size()
|
OracleŽ Fusion Middleware Java API Reference for Oracle Metadata Service (MDS) 11g Release 1 (11.1.1) E14776-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |