Package net.sf.okapi.proto
Interface StartSubfilterOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartSubfilter,StartSubfilter.Builder
public interface StartSubfilterOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description INameablegetNameable().INameable nameable = 1;INameableOrBuildergetNameableOrBuilder().INameable nameable = 1;StartDocumentgetStartDoc().StartDocument startDoc = 2;StartDocumentOrBuildergetStartDocOrBuilder().StartDocument startDoc = 2;booleanhasNameable().INameable nameable = 1;booleanhasStartDoc().StartDocument startDoc = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNameable
boolean hasNameable()
.INameable nameable = 1;- Returns:
- Whether the nameable field is set.
-
getNameable
INameable getNameable()
.INameable nameable = 1;- Returns:
- The nameable.
-
getNameableOrBuilder
INameableOrBuilder getNameableOrBuilder()
.INameable nameable = 1;
-
hasStartDoc
boolean hasStartDoc()
.StartDocument startDoc = 2;- Returns:
- Whether the startDoc field is set.
-
getStartDoc
StartDocument getStartDoc()
.StartDocument startDoc = 2;- Returns:
- The startDoc.
-
getStartDocOrBuilder
StartDocumentOrBuilder getStartDocOrBuilder()
.StartDocument startDoc = 2;
-
-