public class Mapping extends Object implements Serializable
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeatureType(FeatureType vFeatureType)
Method addFeatureType
|
void |
addFeatureType(int index,
FeatureType vFeatureType)
Method addFeatureType
|
void |
clearFeatureType()
Method clearFeatureType
|
Enumeration |
enumerateFeatureType()
Method enumerateFeatureType
|
String |
getDescription()
Returns the value of field 'description'.
|
FeatureType[] |
getFeatureType()
Method getFeatureType
|
FeatureType |
getFeatureType(int index)
Method getFeatureType
|
int |
getFeatureTypeCount()
Method getFeatureTypeCount
|
String |
getName()
Returns the value of field 'name'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeFeatureType(FeatureType vFeatureType)
Method removeFeatureType
|
void |
setDescription(String description)
Sets the value of field 'description'.
|
void |
setFeatureType(FeatureType[] featureTypeArray)
Method setFeatureType
|
void |
setFeatureType(int index,
FeatureType vFeatureType)
Method setFeatureType
|
void |
setName(String name)
Sets the value of field 'name'.
|
static Mapping |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addFeatureType(FeatureType vFeatureType) throws IndexOutOfBoundsException
vFeatureType - IndexOutOfBoundsExceptionpublic void addFeatureType(int index,
FeatureType vFeatureType)
throws IndexOutOfBoundsException
index - vFeatureType - IndexOutOfBoundsExceptionpublic void clearFeatureType()
public Enumeration enumerateFeatureType()
public String getDescription()
public FeatureType getFeatureType(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic FeatureType[] getFeatureType()
public int getFeatureTypeCount()
public String getName()
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 removeFeatureType(FeatureType vFeatureType)
vFeatureType - public void setDescription(String description)
description - the value of field 'description'.public void setFeatureType(int index,
FeatureType vFeatureType)
throws IndexOutOfBoundsException
index - vFeatureType - IndexOutOfBoundsExceptionpublic void setFeatureType(FeatureType[] featureTypeArray)
featureTypeArray - public void setName(String name)
name - the value of field 'name'.public static Mapping 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 © 2020 B3Partners B.V.. All rights reserved.