|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.binding.Binding
Constructor Summary | |
Binding(String xmlName,
String version)
Constructor for the Binding object |
Method Summary | |
String |
getJavaName()
Gets the Java name of the binding |
abstract String |
getJavaType()
Gets the Java type of the binding |
String |
getRegexp()
Gets the regular expression pattern used for validation |
String |
getVersion()
Gets the version |
String |
getXmlName()
This will return the XML name of the binding. |
void |
setRegexp(String regexp)
Sets the regular expression pattern used for validation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Binding(String xmlName, String version)
xmlName
- Description of the Parameterversion
- Description of the ParameterMethod Detail |
public String getJavaName()
public abstract String getJavaType()
public String getRegexp()
public String getVersion()
public String getXmlName()
public void setRegexp(String regexp)
regexp
- The regular expression pattern
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |