|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.generic.spi.MarshallingStructure_1
public class MarshallingStructure_1
The Structure_1_0 interface.
| Field Summary | |
|---|---|
protected ObjectFactory_1_0 |
marshaller
|
protected Structure_1_0 |
structure
|
| Constructor Summary | |
|---|---|
MarshallingStructure_1(Structure_1_0 structure,
ObjectFactory_1_0 marshaller)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
Indicates whether some other object is "equal to" this one. |
List |
objFieldNames()
Return the field names in this structure. |
String |
objGetType()
Returns the object's model class. |
Object |
objGetValue(String fieldName)
Get a field. |
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 ObjectFactory_1_0 marshaller
protected Structure_1_0 structure
| Constructor Detail |
|---|
public MarshallingStructure_1(Structure_1_0 structure,
ObjectFactory_1_0 marshaller)
the - marshaller to be applied to the elements, filter and order
objects.The - delegate contains unmarshalled elements| Method Detail |
|---|
public String objGetType()
objGetType in interface Structure_1_0public List objFieldNames()
objFieldNames in interface Structure_1_0
public Object objGetValue(String fieldName)
throws ServiceException
objGetValue in interface Structure_1_0fieldName - the fields's name
ServiceException - BAD_MEMBER_NAME
if the structure has no such fieldpublic 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 Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||