Package net.sf.okapi.proto
Interface EndSubDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndSubDocument,EndSubDocument.Builder
public interface EndSubDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IResourcegetResource().IResource resource = 1;IResourceOrBuildergetResourceOrBuilder().IResource resource = 1;booleanhasResource().IResource resource = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResource
boolean hasResource()
.IResource resource = 1;- Returns:
- Whether the resource field is set.
-
getResource
IResource getResource()
.IResource resource = 1;- Returns:
- The resource.
-
getResourceOrBuilder
IResourceOrBuilder getResourceOrBuilder()
.IResource resource = 1;
-
-