Package net.opengis.www.gml.v3_2
Interface CodeListTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodeListType,CodeListType.Builder
@Generated
public interface CodeListTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/basicTypes.xsd at 232:48]com.google.protobuf.ByteString[gml/basicTypes.xsd at 232:48]getValue(int index) gml:CodeListType provides for lists of terms.com.google.protobuf.ByteStringgetValueBytes(int index) gml:CodeListType provides for lists of terms.intgml:CodeListType provides for lists of terms.gml:CodeListType provides for lists of terms.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCodeSpace
String getCodeSpace()[gml/basicTypes.xsd at 232:48]
string code_space = 1;- Returns:
- The codeSpace.
-
getCodeSpaceBytes
com.google.protobuf.ByteString getCodeSpaceBytes()[gml/basicTypes.xsd at 232:48]
string code_space = 1;- Returns:
- The bytes for codeSpace.
-
getValueList
gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. [gml/basicTypes.xsd at 226:35]
repeated string value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. [gml/basicTypes.xsd at 226:35]
repeated string value = 2;- Returns:
- The count of value.
-
getValue
gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. [gml/basicTypes.xsd at 226:35]
repeated string value = 2;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. [gml/basicTypes.xsd at 226:35]
repeated string value = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-