FOA

foa.attributes
Class AttributeFile

java.lang.Object
  |
  +--foa.attributes.AttributeFile

public class AttributeFile
extends java.lang.Object


Field Summary
protected  java.util.Hashtable attributeSetClasses
           
 
Constructor Summary
AttributeFile(java.lang.String fileWithoutPath)
           
AttributeFile(java.lang.String file, org.w3c.dom.Node root)
           
 
Method Summary
 boolean existsAnAttributeSetWithName(java.lang.String setName)
           
 boolean existsAnAttributeSetWithNameInClass(java.lang.String setName, java.lang.String className)
           
 java.lang.String getAttributeFileName()
           
 java.util.Hashtable getAttributeSets(java.lang.String className)
           
 boolean getChanged()
           
 void setChanged(boolean changed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeSetClasses

protected java.util.Hashtable attributeSetClasses
Constructor Detail

AttributeFile

public AttributeFile(java.lang.String file,
                     org.w3c.dom.Node root)

AttributeFile

public AttributeFile(java.lang.String fileWithoutPath)
Method Detail

getAttributeFileName

public java.lang.String getAttributeFileName()

getChanged

public boolean getChanged()

getAttributeSets

public java.util.Hashtable getAttributeSets(java.lang.String className)

setChanged

public void setChanged(boolean changed)

existsAnAttributeSetWithName

public boolean existsAnAttributeSetWithName(java.lang.String setName)

existsAnAttributeSetWithNameInClass

public boolean existsAnAttributeSetWithNameInClass(java.lang.String setName,
                                                   java.lang.String className)

FOA