public class StandardObjectProperties extends Object implements Serializable
| Constructor and Description |
|---|
StandardObjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetaDataProperty(int index,
Object vMetaDataProperty)
Method addMetaDataProperty
|
void |
addMetaDataProperty(Object vMetaDataProperty)
Method addMetaDataProperty
|
void |
addName(int index,
Object vName)
Method addName
|
void |
addName(Object vName)
Method addName
|
void |
clearMetaDataProperty()
Method clearMetaDataProperty
|
void |
clearName()
Method clearName
|
Enumeration |
enumerateMetaDataProperty()
Method enumerateMetaDataProperty
|
Enumeration |
enumerateName()
Method enumerateName
|
Object |
getDescription()
Returns the value of field 'description'.
|
Object[] |
getMetaDataProperty()
Method getMetaDataProperty
|
Object |
getMetaDataProperty(int index)
Method getMetaDataProperty
|
int |
getMetaDataPropertyCount()
Method getMetaDataPropertyCount
|
Object[] |
getName()
Method getName
|
Object |
getName(int index)
Method getName
|
int |
getNameCount()
Method getNameCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeMetaDataProperty(Object vMetaDataProperty)
Method removeMetaDataProperty
|
boolean |
removeName(Object vName)
Method removeName
|
void |
setDescription(Object description)
Sets the value of field 'description'.
|
void |
setMetaDataProperty(int index,
Object vMetaDataProperty)
Method setMetaDataProperty
|
void |
setMetaDataProperty(Object[] metaDataPropertyArray)
Method setMetaDataProperty
|
void |
setName(int index,
Object vName)
Method setName
|
void |
setName(Object[] nameArray)
Method setName
|
static StandardObjectProperties |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addMetaDataProperty(Object vMetaDataProperty) throws IndexOutOfBoundsException
vMetaDataProperty - IndexOutOfBoundsExceptionpublic void addMetaDataProperty(int index,
Object vMetaDataProperty)
throws IndexOutOfBoundsException
index - vMetaDataProperty - IndexOutOfBoundsExceptionpublic void addName(Object vName) throws IndexOutOfBoundsException
vName - IndexOutOfBoundsExceptionpublic void addName(int index,
Object vName)
throws IndexOutOfBoundsException
index - vName - IndexOutOfBoundsExceptionpublic void clearMetaDataProperty()
public void clearName()
public Enumeration enumerateMetaDataProperty()
public Enumeration enumerateName()
public Object getDescription()
public Object getMetaDataProperty(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Object[] getMetaDataProperty()
public int getMetaDataPropertyCount()
public Object getName(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic Object[] getName()
public int getNameCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeMetaDataProperty(Object vMetaDataProperty)
vMetaDataProperty - public boolean removeName(Object vName)
vName - public void setDescription(Object description)
description - the value of field 'description'.public void setMetaDataProperty(int index,
Object vMetaDataProperty)
throws IndexOutOfBoundsException
index - vMetaDataProperty - IndexOutOfBoundsExceptionpublic void setMetaDataProperty(Object[] metaDataPropertyArray)
metaDataPropertyArray - public void setName(int index,
Object vName)
throws IndexOutOfBoundsException
index - vName - IndexOutOfBoundsExceptionpublic void setName(Object[] nameArray)
nameArray - public static StandardObjectProperties unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.