public class DischargeType extends AbstractDescribedType<Discharge,java.util.List> implements DescribedTypeConstructor<Discharge>
| Modifier and Type | Class and Description |
|---|---|
static class |
DischargeType.DischargeWrapper |
| Modifier and Type | Method and Description |
|---|---|
UnsignedLong |
getDescriptor() |
java.lang.Class<Discharge> |
getTypeClass() |
Discharge |
newInstance(java.lang.Object described) |
static void |
register(Decoder decoder,
EncoderImpl encoder) |
protected java.util.List |
wrap(Discharge val) |
getAllEncodings, getCanonicalEncoding, getDecoder, getEncoder, getEncoding, writepublic UnsignedLong getDescriptor()
getDescriptor in class AbstractDescribedType<Discharge,java.util.List>protected java.util.List wrap(Discharge val)
wrap in class AbstractDescribedType<Discharge,java.util.List>public Discharge newInstance(java.lang.Object described)
newInstance in interface DescribedTypeConstructor<Discharge>public java.lang.Class<Discharge> getTypeClass()
getTypeClass in interface AMQPType<Discharge>getTypeClass in interface DescribedTypeConstructor<Discharge>public static void register(Decoder decoder, EncoderImpl encoder)