org.apache.hadoop.hbase.protobuf.generated
Interface ComparatorProtos.RegexStringComparatorOrBuilder

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

public static interface ComparatorProtos.RegexStringComparatorOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getCharset()
           
 String getPattern()
           
 int getPatternFlags()
           
 boolean hasCharset()
           
 boolean hasPattern()
           
 boolean hasPatternFlags()
           
 
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

hasPattern

boolean hasPattern()

getPattern

String getPattern()

hasPatternFlags

boolean hasPatternFlags()

getPatternFlags

int getPatternFlags()

hasCharset

boolean hasCharset()

getCharset

String getCharset()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.