org.openiec61850.server.scl
Class EnumType

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

public class EnumType
extends AbstractType


Constructor Summary
EnumType(org.w3c.dom.Node xmlNode)
           
EnumType(java.lang.String id, java.lang.String desc)
           
 
Method Summary
 
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

EnumType

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

EnumType

public EnumType(org.w3c.dom.Node xmlNode)
         throws SCLParserException
Throws:
SCLParserException