com.ptc.epm.commands.XMLutil
Class ECADAttribute

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.ECADAttribute

public class ECADAttribute
extends Object

ECADAttribute holds the data read from the defining XML file necessary for adding an IBA to an EPMDocument.


Field Summary
private  AttributeDefDefaultView attr
           
private  String attributeName
           
private  String attributeValue
           
 
Constructor Summary
ECADAttribute(AttributeDefDefaultView _attr, String _name, String _value)
           
 
Method Summary
 AttributeDefDefaultView getAttr()
           
 String getAttributeName()
           
 String getAttributeValue()
           
 void setAttr(AttributeDefDefaultView _attr)
           
 void setAttributeName(String _attributeName)
           
 void setAttributeValue(String _attributeValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

attr

private AttributeDefDefaultView attr

attributeName

private String attributeName

attributeValue

private String attributeValue
Constructor Detail

ECADAttribute

public ECADAttribute(AttributeDefDefaultView _attr,
                     String _name,
                     String _value)
Method Detail

setAttr

public void setAttr(AttributeDefDefaultView _attr)

getAttr

public AttributeDefDefaultView getAttr()

setAttributeName

public void setAttributeName(String _attributeName)

getAttributeName

public String getAttributeName()

setAttributeValue

public void setAttributeValue(String _attributeValue)

getAttributeValue

public String getAttributeValue()

toString

public String toString()