Uses of Class
org.refcodes.serial.SerialSchema
-
Uses of SerialSchema in org.refcodes.serial
Methods in org.refcodes.serial that return SerialSchemaModifier and TypeMethodDescriptionAbstractArrayTransmission.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractCipherTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractCrcTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractErrorCorrectionTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractInvertibleTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractLengthDecoratorSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractMagicBytesTransmission.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractMagicBytesTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractMagicBytesTransmissionMultiplexer.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractReadyToReceiveTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractReadyToSendTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractReferenceeLengthSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractSectionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractSegmentDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractStopAndWaitPacketStreamTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AbstractStopAndWaitTransmissionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AllocSegmentBody.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AllocSegmentHead.toSchema()Retrieves theSerialSchemarepresenting theTransmission.default SerialSchemaArrayTransmission.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AsciizArraySegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AsciizSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AssertMagicBytesSectionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AssertMagicBytesSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.AssertMagicBytesSegmentDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.BooleanArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.BooleanSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.BreakerSectionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.BreakerSegmentDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.ByteArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.ByteSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.CharArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.CharSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.DoubleArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.DoubleSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.DynamicTypeSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.DynamicTypeSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.EnumSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.FileSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.FixedLengthSequenceSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.FloatArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.FloatSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.IntArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.IntSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.LongArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.LongSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.MagicBytesSectionDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.MagicBytesSegmentDecorator.toSchema()Retrieves theSerialSchemarepresenting theTransmission.NullSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.NumberSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.PropertiesSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.SectionComposite.toSchema()Retrieves theSerialSchemarepresenting theTransmission.SegmentComposite.toSchema()Retrieves theSerialSchemarepresenting theTransmission.SequenceSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.ShortArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.ShortSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.StringArraySection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.StringSection.toSchema()Retrieves theSerialSchemarepresenting theTransmission.StringSegment.toSchema()Retrieves theSerialSchemarepresenting theTransmission.Transmission.toSchema()Retrieves theSerialSchemarepresenting theTransmission.default SerialSchemaTransmissionComposite.toSchema()Retrieves theSerialSchemarepresenting theTransmission.Constructors in org.refcodes.serial with parameters of type SerialSchemaModifierConstructorDescriptionSerialSchema(Class<?> aType, String aDescription, String aAlias, Sequence aValue, int aLength, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(Class<?> aType, String aDescription, String aAlias, Sequence aValue, String aVerbose, int aLength, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(Class<?> aType, String aDescription, Sequence aValue, int aLength, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(Class<?> aType, String aDescription, Sequence aValue, String aVerbose, int aLength, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(Class<?> aType, String aDescription, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(String aAlias, String aDescription, Class<?> aType, SerialSchema... aChildren) Constructs aSerialSchemawith the provided arguments.SerialSchema(SerialSchema aSchema) Constructs aSerialSchemawith the properties of the providedSerialSchema("copy constructor"),.SerialSchema(SerialSchema aSchema, SerialSchema... aChildren) Constructs aSerialSchemawith the properties of the providedSerialSchema("copy constructor"),.