Package com.helger.phase4.model.pmode
Class AbstractPModeMicroTypeConverter<T>
java.lang.Object
com.helger.phase4.model.pmode.AbstractPModeMicroTypeConverter<T>
- Type Parameters:
T- Type to be converted from and to XML
- All Implemented Interfaces:
com.helger.xml.microdom.convert.IMicroTypeConverter<T>
- Direct Known Subclasses:
PModeAddressListMicroTypeConverter,PModeLegBusinessInformationMicroTypeConverter,PModeLegErrorHandlingMicroTypeConverter,PModeLegMicroTypeConverter,PModeLegProtocolMicroTypeConverter,PModeLegReliabilityMicroTypeConverter,PModeLegSecurityMicroTypeConverter,PModePayloadProfileMicroTypeConverter,PModePropertyMicroTypeConverter,PModeReceptionAwarenessMicroTypeConverter
public abstract class AbstractPModeMicroTypeConverter<T>
extends Object
implements com.helger.xml.microdom.convert.IMicroTypeConverter<T>
Abstract base class with utility methods.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.helger.commons.state.ETriStategetTriState(String sAttrValue, boolean bDefault) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helger.xml.microdom.convert.IMicroTypeConverter
convertToMicroElement, convertToMicroElement, convertToNative
-
Constructor Details
-
AbstractPModeMicroTypeConverter
protected AbstractPModeMicroTypeConverter()
-
-
Method Details
-
getTriState
-