protobuf_unittest
Class UnittestProto.TestFieldOrderings

java.lang.Object
  extended by org.apache.activemq.protobuf.BaseMessage<T>
      extended by protobuf_unittest.UnittestProto.TestFieldOrderings
All Implemented Interfaces:
Message<UnittestProto.TestFieldOrderings>
Enclosing class:
UnittestProto

public static final class UnittestProto.TestFieldOrderings
extends BaseMessage<T>


Field Summary
 
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
 
Constructor Summary
UnittestProto.TestFieldOrderings()
           
 
Method Summary
 void clear()
           
 void clearMyFloat()
           
 void clearMyInt()
           
 void clearMyString()
           
 UnittestProto.TestFieldOrderings clone()
           
 boolean equals(Object obj)
           
 boolean equals(UnittestProto.TestFieldOrderings obj)
           
 float getMyFloat()
           
 long getMyInt()
           
 String getMyString()
           
 int hashCode()
           
 boolean hasMyFloat()
           
 boolean hasMyInt()
           
 boolean hasMyString()
           
 UnittestProto.TestFieldOrderings mergeFrom(UnittestProto.TestFieldOrderings other)
           
 UnittestProto.TestFieldOrderings mergeUnframed(CodedInputStream input)
           
 ArrayList<String> missingFields()
           
static UnittestProto.TestFieldOrderings parseFramed(Buffer data)
           
static UnittestProto.TestFieldOrderings parseFramed(byte[] data)
           
static UnittestProto.TestFieldOrderings parseFramed(CodedInputStream data)
           
static UnittestProto.TestFieldOrderings parseFramed(InputStream data)
           
static UnittestProto.TestFieldOrderings parseUnframed(Buffer data)
           
static UnittestProto.TestFieldOrderings parseUnframed(byte[] data)
           
static UnittestProto.TestFieldOrderings parseUnframed(CodedInputStream data)
           
static UnittestProto.TestFieldOrderings parseUnframed(InputStream data)
           
 int serializedSizeUnframed()
           
 T setMyFloat(float myFloat)
           
 T setMyInt(long myInt)
           
 T setMyString(String myString)
           
 String toString()
           
 StringBuilder toString(StringBuilder sb, String prefix)
           
 void writeUnframed(CodedOutputStream output)
           
 
Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnittestProto.TestFieldOrderings

public UnittestProto.TestFieldOrderings()
Method Detail

missingFields

public ArrayList<String> missingFields()
Overrides:
missingFields in class BaseMessage<UnittestProto.TestFieldOrderings>

clear

public void clear()
Specified by:
clear in interface Message<UnittestProto.TestFieldOrderings>
Overrides:
clear in class BaseMessage<UnittestProto.TestFieldOrderings>

clone

public UnittestProto.TestFieldOrderings clone()
Specified by:
clone in interface Message<UnittestProto.TestFieldOrderings>
Specified by:
clone in class BaseMessage<UnittestProto.TestFieldOrderings>

mergeFrom

public UnittestProto.TestFieldOrderings mergeFrom(UnittestProto.TestFieldOrderings other)
Specified by:
mergeFrom in interface Message<UnittestProto.TestFieldOrderings>
Overrides:
mergeFrom in class BaseMessage<UnittestProto.TestFieldOrderings>

serializedSizeUnframed

public int serializedSizeUnframed()

mergeUnframed

public UnittestProto.TestFieldOrderings mergeUnframed(CodedInputStream input)
                                               throws IOException
Throws:
IOException

writeUnframed

public void writeUnframed(CodedOutputStream output)
                   throws IOException
Specified by:
writeUnframed in interface Message<UnittestProto.TestFieldOrderings>
Overrides:
writeUnframed in class BaseMessage<UnittestProto.TestFieldOrderings>
Throws:
IOException

parseUnframed

public static UnittestProto.TestFieldOrderings parseUnframed(CodedInputStream data)
                                                      throws InvalidProtocolBufferException,
                                                             IOException
Throws:
InvalidProtocolBufferException
IOException

parseUnframed

public static UnittestProto.TestFieldOrderings parseUnframed(Buffer data)
                                                      throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.TestFieldOrderings parseUnframed(byte[] data)
                                                      throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseUnframed

public static UnittestProto.TestFieldOrderings parseUnframed(InputStream data)
                                                      throws InvalidProtocolBufferException,
                                                             IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.TestFieldOrderings parseFramed(CodedInputStream data)
                                                    throws InvalidProtocolBufferException,
                                                           IOException
Throws:
InvalidProtocolBufferException
IOException

parseFramed

public static UnittestProto.TestFieldOrderings parseFramed(Buffer data)
                                                    throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.TestFieldOrderings parseFramed(byte[] data)
                                                    throws InvalidProtocolBufferException
Throws:
InvalidProtocolBufferException

parseFramed

public static UnittestProto.TestFieldOrderings parseFramed(InputStream data)
                                                    throws InvalidProtocolBufferException,
                                                           IOException
Throws:
InvalidProtocolBufferException
IOException

toString

public String toString()
Overrides:
toString in class Object

toString

public StringBuilder toString(StringBuilder sb,
                              String prefix)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

equals

public boolean equals(UnittestProto.TestFieldOrderings obj)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

hasMyString

public boolean hasMyString()

getMyString

public String getMyString()

setMyString

public T setMyString(String myString)

clearMyString

public void clearMyString()

hasMyInt

public boolean hasMyInt()

getMyInt

public long getMyInt()

setMyInt

public T setMyInt(long myInt)

clearMyInt

public void clearMyInt()

hasMyFloat

public boolean hasMyFloat()

getMyFloat

public float getMyFloat()

setMyFloat

public T setMyFloat(float myFloat)

clearMyFloat

public void clearMyFloat()


Copyright © 2009 FuseSource. All Rights Reserved.