it.unipd.dei.ims.circo.bean
Class FeatureXMLHelper.ElementsAttributes

java.lang.Object
  extended by it.unipd.dei.ims.ici.xml.XMLHelper.ElementsAttributes
      extended by it.unipd.dei.ims.ici.bean.BeanXMLHelper.ElementsAttributes
          extended by it.unipd.dei.ims.circo.bean.CircoXMLHelper.ElementsAttributes
              extended by it.unipd.dei.ims.circo.bean.FeatureXMLHelper.ElementsAttributes
Enclosing class:
FeatureXMLHelper

public static class FeatureXMLHelper.ElementsAttributes
extends CircoXMLHelper.ElementsAttributes

Lists the name of elements and attributes to be used for reading/writing XML files.

Since:
0.10
Version:
0.10
Author:
Nicola Ferro

Field Summary
static java.lang.String FEATURE_ELEMENT
          The root element for the Feature.
static java.lang.String JAVA_TYPE_ATTRIBUTE
          The Java type attribute.
static java.lang.String NAME_ATTRIBUTE
          The name attribute.
 
Fields inherited from class it.unipd.dei.ims.circo.bean.CircoXMLHelper.ElementsAttributes
DESCRIPTION_ATTRIBUTE, TYPE_ATTRIBUTE, VALUE_ATTRIBUTE
 
Fields inherited from class it.unipd.dei.ims.ici.bean.BeanXMLHelper.ElementsAttributes
COUNTRY_ATTRIBUTE, IDENTIFIER_ATTRIBUTE, LANGUAGE_ATTRIBUTE, MIME_TYPE_ATTRIBUTE, SERIAL_IDENTIFIER_ATTRIBUTE
 
Fields inherited from class it.unipd.dei.ims.ici.xml.XMLHelper.ElementsAttributes
ICI_ELEMENT
 
Constructor Summary
FeatureXMLHelper.ElementsAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_ELEMENT

public static final java.lang.String FEATURE_ELEMENT
The root element for the Feature.

See Also:
Constant Field Values

NAME_ATTRIBUTE

public static final java.lang.String NAME_ATTRIBUTE
The name attribute.

See Also:
Constant Field Values

JAVA_TYPE_ATTRIBUTE

public static final java.lang.String JAVA_TYPE_ATTRIBUTE
The Java type attribute.

See Also:
Constant Field Values
Constructor Detail

FeatureXMLHelper.ElementsAttributes

public FeatureXMLHelper.ElementsAttributes()

Copyright © 2008-2009 Information Management Systems (IMS) research group,
Department of Information Engineering, University of Padua, Italy.