org.openiec61850.server.scl
Class LNodeType

java.lang.Object
  extended by org.openiec61850.server.scl.AbstractType
      extended by org.openiec61850.server.scl.LNodeType

public class LNodeType
extends AbstractType


Constructor Summary
LNodeType(org.w3c.dom.Node xmlNode)
           
LNodeType(java.lang.String id, java.lang.String desc)
           
 
Method Summary
 java.util.Vector<DO> getDataObjects()
           
 java.lang.String getIedType()
           
 java.lang.String getLnClass()
           
 
Methods inherited from class org.openiec61850.server.scl.AbstractType
getDesc, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LNodeType

public LNodeType(java.lang.String id,
                 java.lang.String desc)

LNodeType

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

getLnClass

public java.lang.String getLnClass()

getIedType

public java.lang.String getIedType()

getDataObjects

public java.util.Vector<DO> getDataObjects()