Class BusTypeConversion

java.lang.Object
com.univocity.parsers.conversions.NullConversion<String,T>
com.univocity.parsers.conversions.ObjectConversion<IeeeCdfBus.Type>
com.powsybl.ieeecdf.model.BusTypeConversion
All Implemented Interfaces:
com.univocity.parsers.conversions.Conversion<String,IeeeCdfBus.Type>

public class BusTypeConversion extends com.univocity.parsers.conversions.ObjectConversion<IeeeCdfBus.Type>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected IeeeCdfBus.Type
     
     

    Methods inherited from class com.univocity.parsers.conversions.ObjectConversion

    execute, fromInput, getValueIfObjectIsNull, getValueIfStringIsNull, setValueIfObjectIsNull, setValueIfStringIsNull, undo

    Methods inherited from class com.univocity.parsers.conversions.NullConversion

    getValueOnNullInput, getValueOnNullOutput, setValueOnNullInput, setValueOnNullOutput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BusTypeConversion

      public BusTypeConversion()
  • Method Details