|
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
Field Summary | |
private java.lang.String |
name
Name of the property content of the variable will be parsed with |
private java.net.URL |
url
Url of property to be used |
private java.lang.String |
variable
Variable name that is stored in format string |
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 | |
private void |
formImportFormat(org.w3c.dom.Element root,
java.net.URL url)
Initializes this ImportFormat from DOM Node, which points to
a importFormat element in the Property Specification file. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.lang.String variable
private java.lang.String name
private java.net.URL url
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 fileMethod Detail |
private void formImportFormat(org.w3c.dom.Element root, java.net.URL url) throws PropertyFormationException
ImportFormat
from DOM Node, which points to
a importFormat element in the 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 filepublic 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 |