org.drools.marshalling.impl
Interface ProtobufMessages.ObjectTypeConfigurationOrBuilder

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

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


Method Summary
 boolean getTmsEnabled()
          optional bool tms_enabled = 2;
 String getType()
          optional string type = 1;
 com.google.protobuf.ByteString getTypeBytes()
          optional string type = 1;
 boolean hasTmsEnabled()
          optional bool tms_enabled = 2;
 boolean hasType()
          optional string type = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasType

boolean hasType()
optional string type = 1;


getType

String getType()
optional string type = 1;


getTypeBytes

com.google.protobuf.ByteString getTypeBytes()
optional string type = 1;


hasTmsEnabled

boolean hasTmsEnabled()
optional bool tms_enabled = 2;


getTmsEnabled

boolean getTmsEnabled()
optional bool tms_enabled = 2;



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