|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.generic.spi.DelegatingStructure_1
public abstract class DelegatingStructure_1
Abstract implementation of Structure_1_0 which delegates to a delegate.
| Field Summary | |
|---|---|
protected Structure_1_0 |
structure
The delegate |
| Constructor Summary | |
|---|---|
protected |
DelegatingStructure_1(Structure_1_0 structure)
Constructor |
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Indicates whether some other object is "equal to" this one. |
List |
objFieldNames()
Returns structure.objFieldNames() |
String |
objGetType()
Returns the object's model class. |
Object |
objGetValue(String field)
Return structure.getValue() |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Structure_1_0 structure
| Constructor Detail |
|---|
protected DelegatingStructure_1(Structure_1_0 structure)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object object)
The equals method implements an equivalence relation:
The equals method for class Object implements the most discriminating possible equivalence relation on objects; that is, for any reference values x and y, this method returns true if and only if x and y refer to the same object (x==y has the value true).
equals in class Objectpublic String objGetType()
objGetType in interface Structure_1_0public List objFieldNames()
objFieldNames in interface Structure_1_0
public Object objGetValue(String field)
throws ServiceException
objGetValue in interface Structure_1_0field - the fields's name
ServiceException - BAD_MEMBER_NAME
if the structure has no such field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||