Package net.sf.okapi.proto
Interface StartDocumentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartDocument,StartDocument.Builder
public interface StartDocumentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetEncoding()string encoding = 4;com.google.protobuf.ByteStringgetEncodingBytes()string encoding = 4;booleangetHasUtf8Bom()bool hasUtf8Bom = 6;StringgetLineBreak()string lineBreak = 2;com.google.protobuf.ByteStringgetLineBreakBytes()string lineBreak = 2;StringgetLocale()string locale = 3;com.google.protobuf.ByteStringgetLocaleBytes()string locale = 3;booleangetMultilingual()bool multilingual = 5;INameablegetNameable().INameable nameable = 1;INameableOrBuildergetNameableOrBuilder().INameable nameable = 1;StringgetParameters()string parameters = 7;com.google.protobuf.ByteStringgetParametersBytes()string parameters = 7;booleanhasNameable().INameable nameable = 1;-
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;
-
getLineBreak
String getLineBreak()
string lineBreak = 2;- Returns:
- The lineBreak.
-
getLineBreakBytes
com.google.protobuf.ByteString getLineBreakBytes()
string lineBreak = 2;- Returns:
- The bytes for lineBreak.
-
getLocale
String getLocale()
string locale = 3;- Returns:
- The locale.
-
getLocaleBytes
com.google.protobuf.ByteString getLocaleBytes()
string locale = 3;- Returns:
- The bytes for locale.
-
getEncoding
String getEncoding()
string encoding = 4;- Returns:
- The encoding.
-
getEncodingBytes
com.google.protobuf.ByteString getEncodingBytes()
string encoding = 4;- Returns:
- The bytes for encoding.
-
getMultilingual
boolean getMultilingual()
bool multilingual = 5;- Returns:
- The multilingual.
-
getHasUtf8Bom
boolean getHasUtf8Bom()
bool hasUtf8Bom = 6;- Returns:
- The hasUtf8Bom.
-
getParameters
String getParameters()
string parameters = 7;- Returns:
- The parameters.
-
getParametersBytes
com.google.protobuf.ByteString getParametersBytes()
string parameters = 7;- Returns:
- The bytes for parameters.
-
-