org.openiec61850.server.scl
Class TypeDefinitions

java.lang.Object
  extended by org.openiec61850.server.scl.TypeDefinitions

public class TypeDefinitions
extends java.lang.Object


Constructor Summary
TypeDefinitions()
           
 
Method Summary
 DAType getDAType(java.lang.String daType)
           
 DOType getDOType(java.lang.String doType)
           
 EnumType getEnumType(java.lang.String enumTypeRef)
           
 LNodeType getLNodeType(java.lang.String lnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDefinitions

public TypeDefinitions()
Method Detail

getDAType

public DAType getDAType(java.lang.String daType)

getDOType

public DOType getDOType(java.lang.String doType)

getLNodeType

public LNodeType getLNodeType(java.lang.String lnType)

getEnumType

public EnumType getEnumType(java.lang.String enumTypeRef)