org.drools.marshalling.impl
Interface ProtobufMessages.SignatureOrBuilder

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

public static interface ProtobufMessages.SignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getKeyAlias()
           
 com.google.protobuf.ByteString getSignature()
           
 boolean hasKeyAlias()
           
 boolean hasSignature()
           
 
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

hasKeyAlias

boolean hasKeyAlias()

getKeyAlias

String getKeyAlias()

hasSignature

boolean hasSignature()

getSignature

com.google.protobuf.ByteString getSignature()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.