|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.util.MetaDataEntry
public class MetaDataEntry
An internal class for holding a set of information about an object.
Field Summary | |
---|---|
static java.lang.String |
END_OF_LIST
|
Constructor Summary | |
---|---|
MetaDataEntry()
Simple constructor |
|
MetaDataEntry(java.lang.String className,
java.lang.String qnameAsString)
Constructor |
|
MetaDataEntry(java.lang.String className,
java.lang.String qnameAsString,
java.util.ArrayList children)
Constructor |
|
MetaDataEntry(java.lang.String className,
java.lang.String qnameAsString,
java.lang.String extraName)
Constructor |
Method Summary | |
---|---|
void |
addToList(MetaDataEntry e)
Add to the list |
java.util.ArrayList |
getChildren()
Get the list |
java.lang.String |
getClassName()
Get the class name |
java.lang.String |
getExtraName()
Get the additional name associated with the object |
java.lang.String |
getName()
This is a convenience method. |
QName |
getQName()
Get the QName |
java.lang.String |
getQNameAsString()
Get the QName as a string |
boolean |
isListEmpty()
Indicates whether the list is empty or not |
void |
readExternal(java.io.ObjectInput inObject)
Restore the contents of the object that was previously saved. |
void |
removeList()
Remove the list |
void |
setChildren(java.util.ArrayList L)
Set the list |
void |
setClassName(java.lang.String c)
Set the class name |
void |
setExtraName(java.lang.String e)
Set the additional name associated with the object |
void |
setQName(QName q)
Set the QName |
void |
setQName(java.lang.String n)
Set the QName |
void |
writeExternal(java.io.ObjectOutput o)
Save the contents of this object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String END_OF_LIST
Constructor Detail |
---|
public MetaDataEntry()
public MetaDataEntry(java.lang.String className, java.lang.String qnameAsString)
className
- name of the object classqnameAsString
- an expanded version of the QName of this objectpublic MetaDataEntry(java.lang.String className, java.lang.String qnameAsString, java.lang.String extraName)
className
- name of the object classqnameAsString
- an expanded version of the QName of this objectextraName
- an additional name associated withe the objectpublic MetaDataEntry(java.lang.String className, java.lang.String qnameAsString, java.util.ArrayList children)
className
- name of the object classqnameAsString
- an expanded version of the QName of this objectchildren
- an ArrayList containing MetaDataEntries for owned objectsMethod Detail |
---|
public java.lang.String getClassName()
public void setClassName(java.lang.String c)
c
- the class name stringpublic QName getQName()
public void setQName(QName q)
q
- the QNamepublic void setQName(java.lang.String n)
n
- the QName as a stringpublic java.lang.String getQNameAsString()
public java.lang.String getName()
public java.lang.String getExtraName()
public void setExtraName(java.lang.String e)
e
- the extra name stringpublic boolean isListEmpty()
public java.util.ArrayList getChildren()
public void setChildren(java.util.ArrayList L)
L
- the ArrayList of MetaDataEntry objectspublic void addToList(MetaDataEntry e)
e
- the MetaDataEntry object to add to the listpublic void removeList()
public void writeExternal(java.io.ObjectOutput o) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
out
- The stream to write the object contents to
java.io.IOException
public void readExternal(java.io.ObjectInput inObject) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
in
- The stream to read the object contents from
java.io.IOException
java.lang.ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |