|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.modeldriven.fuml.config.ImportAdapter
public class ImportAdapter
Java class for ImportAdapter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportAdapter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.modeldriven.org/fuml/config}ImportAdapterType" />
<attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="adapterClassName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ImportAdapter()
|
|
| Method Summary | |
|---|---|
String |
getAdapterClassName()
Gets the value of the adapterClassName property. |
String |
getClassName()
Gets the value of the className property. |
ImportAdapterType |
getType()
Gets the value of the type property. |
void |
setAdapterClassName(String value)
Sets the value of the adapterClassName property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setType(ImportAdapterType value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImportAdapter()
| Method Detail |
|---|
public ImportAdapterType getType()
ImportAdapterTypepublic void setType(ImportAdapterType value)
value - allowed object is
ImportAdapterTypepublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getAdapterClassName()
Stringpublic void setAdapterClassName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||