rina.dtp.impl.googleprotobuf
Interface DTP.DTPMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DTP.DTPMessage, DTP.DTPMessage.Builder
Enclosing class:
DTP

public static interface DTP.DTPMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getAbsSyntax()
           
 java.lang.String getDestIPCName()
           
 int getDestPortID()
           
 DTP.opCode_t getOpCode()
           
 com.google.protobuf.ByteString getPayload()
           
 java.lang.String getSrcIPCName()
           
 int getSrcPortID()
           
 long getVersion()
           
 boolean hasAbsSyntax()
           
 boolean hasDestIPCName()
           
 boolean hasDestPortID()
           
 boolean hasOpCode()
           
 boolean hasPayload()
           
 boolean hasSrcIPCName()
           
 boolean hasSrcPortID()
           
 boolean hasVersion()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasAbsSyntax

boolean hasAbsSyntax()

getAbsSyntax

int getAbsSyntax()

hasVersion

boolean hasVersion()

getVersion

long getVersion()

hasOpCode

boolean hasOpCode()

getOpCode

DTP.opCode_t getOpCode()

hasDestIPCName

boolean hasDestIPCName()

getDestIPCName

java.lang.String getDestIPCName()

hasDestPortID

boolean hasDestPortID()

getDestPortID

int getDestPortID()

hasSrcIPCName

boolean hasSrcIPCName()

getSrcIPCName

java.lang.String getSrcIPCName()

hasSrcPortID

boolean hasSrcPortID()

getSrcPortID

int getSrcPortID()

hasPayload

boolean hasPayload()

getPayload

com.google.protobuf.ByteString getPayload()