issrg.utils
Class FQANToCompatible

java.lang.Object
  extended by issrg.utils.FQANToCompatible

public class FQANToCompatible
extends java.lang.Object

Author:
Linying Su

Constructor Summary
FQANToCompatible(java.lang.String attributeNameIn, java.lang.String valueIn)
          Creates a new instance of FQANToCompatible
 
Method Summary
 java.lang.String getAttributeName()
          this method returns the attribute name.
 java.lang.String getAttributeValue()
          this method returns the attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FQANToCompatible

public FQANToCompatible(java.lang.String attributeNameIn,
                        java.lang.String valueIn)
Creates a new instance of FQANToCompatible

Method Detail

getAttributeName

public java.lang.String getAttributeName()
this method returns the attribute name. it returns an attribute name based on the value syntax if no attribute name is given.


getAttributeValue

public java.lang.String getAttributeValue()
this method returns the attribute value.