org.openiec61850.server.scl
Class DA

java.lang.Object
  extended by org.openiec61850.server.scl.AbstractElement
      extended by org.openiec61850.server.scl.AbstractDataAttribute
          extended by org.openiec61850.server.scl.DA

public class DA
extends AbstractDataAttribute


Constructor Summary
DA(org.w3c.dom.Node xmlNode)
           
 
Method Summary
 FunctionalConstraint getFc()
           
 boolean isDchg()
           
 boolean isDupd()
           
 boolean isQchg()
           
 
Methods inherited from class org.openiec61850.server.scl.AbstractDataAttribute
getbType, getCount, getsAddr, getType, getValKind, getValues
 
Methods inherited from class org.openiec61850.server.scl.AbstractElement
getDesc, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DA

public DA(org.w3c.dom.Node xmlNode)
   throws SCLParserException
Throws:
SCLParserException
Method Detail

getFc

public FunctionalConstraint getFc()

isDchg

public boolean isDchg()

isQchg

public boolean isQchg()

isDupd

public boolean isDupd()