|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebm_ws.infra.xmlmapping.utils.MappedField
public class MappedField
| Field Summary | |
|---|---|
static int |
ANCESTOR
This is the type of a Field that is mapped to the closest ancestor that matches the class. |
static int |
ATTRIBUTE
This is the type of a Field that is mapped to an XML attribute. |
static int |
CHILD_ELT
This is the type of a Field that is mapped to one or several elements in a named child element. |
static int |
COLLECTED_ELT
This is the type of a Field that is mapped to one or several XML direct child elements. |
static int |
CONTENT
This is the type of a Field that is mapped to the content of the element. |
static int |
PARENT
This is the type of a Field that is mapped to the parent object in instanciated the model. |
static int |
ROOT
This is the type of a Field that is mapped to the root object in the instanciated model. |
| Constructor Summary | |
|---|---|
MappedField()
|
|
| Method Summary | |
|---|---|
java.lang.Class |
getBaseClass()
|
java.lang.reflect.Field |
getField()
|
int |
getMappingType()
|
int |
getMaxOccurs()
|
int |
getMinOccurs()
|
java.lang.String |
getName()
|
protected static MappedField |
getXmlMapping(java.lang.reflect.Field field)
|
boolean |
isUseRequired()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ATTRIBUTE
public static final int CHILD_ELT
public static final int COLLECTED_ELT
public static final int CONTENT
public static final int PARENT
public static final int ROOT
public static final int ANCESTOR
| Constructor Detail |
|---|
public MappedField()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
protected static MappedField getXmlMapping(java.lang.reflect.Field field)
throws XmlMappingException
XmlMappingExceptionpublic int getMappingType()
public java.lang.String getName()
public java.lang.reflect.Field getField()
public java.lang.Class getBaseClass()
public boolean isUseRequired()
public int getMinOccurs()
public int getMaxOccurs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||