|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.dpml.transit.tools.MapDataType
public class MapDataType
Utility class that declares a map between a urn and a plugin uri.
Constructor Summary | |
---|---|
MapDataType()
|
Method Summary | |
---|---|
URI |
getURI()
Get the uri value. |
String |
getURN()
Get the urn value. |
void |
setUri(URI uri)
Set the uri value. |
void |
setUrn(String urn)
Set the urn value. |
String |
toString()
Return the string representing of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MapDataType()
Method Detail |
---|
public void setUrn(String urn)
urn
- the urnpublic String getURN()
public void setUri(URI uri)
uri
- the uripublic URI getURI()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |