|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--tauzaman.property.ImportFormat
ImportFormat class represents a import format information
that is used to parse a value which was parsed using other
property. (indirection)
Some properties make usage of other properties (for example;
now relative instant input format using instant input format)
by importing them inside their values.
Property| Constructor Summary | |
ImportFormat(org.w3c.dom.Element root,
java.net.URL url)
Constructs a Format object, from given DOM node parsed
from Property Specification file. |
|
| Method Summary | |
java.lang.String |
getFormatName()
Returns the name of the field value |
java.net.URL |
getFormatPropertyUrl()
Returns the url of property |
java.lang.String |
getVariableName()
Returns the name of the variable |
java.lang.String |
toString()
toString method |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ImportFormat(org.w3c.dom.Element root,
java.net.URL url)
throws PropertyFormationException
Format object, from given DOM node parsed
from Property Specification file.
root - DOM Elementurl - URL of Property Specification file this ImportFormat is gotten
PropertyFormationException - if any problem occurs
when parsing the property specification file| Method Detail |
public java.lang.String getVariableName()
public java.lang.String getFormatName()
public java.net.URL getFormatPropertyUrl()
public java.lang.String toString()
toString in class java.lang.Object
|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||