public class SupportedCamelPhasesImpl extends BitStringBase implements SupportedCamelPhases
| Modifier and Type | Field and Description |
|---|---|
protected static javolution.xml.XMLFormat<SupportedCamelPhasesImpl> |
SUPPORTED_CAMEL_PHASES_XML
XML Serialization/Deserialization
|
_PrimitiveName, BIT_STRING_BASE_XML, bitString, curLength, maxLength, minLength| Constructor and Description |
|---|
SupportedCamelPhasesImpl() |
SupportedCamelPhasesImpl(boolean phase1,
boolean phase2,
boolean phase3,
boolean phase4) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPhase1Supported() |
boolean |
getPhase2Supported() |
boolean |
getPhase3Supported() |
boolean |
getPhase4Supported() |
protected void |
setData(boolean phase1,
boolean phase2,
boolean phase3,
boolean phase4) |
String |
toString() |
_decode, decodeAll, decodeData, encodeAll, encodeAll, encodeData, equals, getIsPrimitive, getTag, getTagClass, hashCodeprotected static final javolution.xml.XMLFormat<SupportedCamelPhasesImpl> SUPPORTED_CAMEL_PHASES_XML
public SupportedCamelPhasesImpl()
public SupportedCamelPhasesImpl(boolean phase1,
boolean phase2,
boolean phase3,
boolean phase4)
protected void setData(boolean phase1,
boolean phase2,
boolean phase3,
boolean phase4)
public boolean getPhase1Supported()
getPhase1Supported in interface SupportedCamelPhasespublic boolean getPhase2Supported()
getPhase2Supported in interface SupportedCamelPhasespublic boolean getPhase3Supported()
getPhase3Supported in interface SupportedCamelPhasespublic boolean getPhase4Supported()
getPhase4Supported in interface SupportedCamelPhasespublic String toString()
toString in class BitStringBaseCopyright © 2016. All Rights Reserved.