001// Generated by the protocol buffer compiler. DO NOT EDIT! 002// NO CHECKED-IN PROTOBUF GENCODE 003// source: java/dev/enola/model/enola/meta/proto/meta.proto 004// Protobuf Java Version: 4.32.0 005 006package dev.enola.model.enola.meta.proto; 007 008@com.google.protobuf.Generated 009public interface DatatypeOrBuilder extends 010 // @@protoc_insertion_point(interface_extends:dev.enola.meta.Datatype) 011 com.google.protobuf.MessageOrBuilder { 012 013 /** 014 * <code>string iri = 1;</code> 015 * @return The iri. 016 */ 017 java.lang.String getIri(); 018 /** 019 * <code>string iri = 1;</code> 020 * @return The bytes for iri. 021 */ 022 com.google.protobuf.ByteString 023 getIriBytes(); 024 025 /** 026 * <code>string name = 2;</code> 027 * @return The name. 028 */ 029 java.lang.String getName(); 030 /** 031 * <code>string name = 2;</code> 032 * @return The bytes for name. 033 */ 034 com.google.protobuf.ByteString 035 getNameBytes(); 036 037 /** 038 * <code>string label = 3;</code> 039 * @return The label. 040 */ 041 java.lang.String getLabel(); 042 /** 043 * <code>string label = 3;</code> 044 * @return The bytes for label. 045 */ 046 com.google.protobuf.ByteString 047 getLabelBytes(); 048 049 /** 050 * <code>string description = 4;</code> 051 * @return The description. 052 */ 053 java.lang.String getDescription(); 054 /** 055 * <code>string description = 4;</code> 056 * @return The bytes for description. 057 */ 058 com.google.protobuf.ByteString 059 getDescriptionBytes(); 060 061 /** 062 * <code>string parent_datatype = 5;</code> 063 * @return The parentDatatype. 064 */ 065 java.lang.String getParentDatatype(); 066 /** 067 * <code>string parent_datatype = 5;</code> 068 * @return The bytes for parentDatatype. 069 */ 070 com.google.protobuf.ByteString 071 getParentDatatypeBytes(); 072 073 /** 074 * <code>string regex = 6;</code> 075 * @return The regex. 076 */ 077 java.lang.String getRegex(); 078 /** 079 * <code>string regex = 6;</code> 080 * @return The bytes for regex. 081 */ 082 com.google.protobuf.ByteString 083 getRegexBytes(); 084 085 /** 086 * <code>string java = 7;</code> 087 * @return The java. 088 */ 089 java.lang.String getJava(); 090 /** 091 * <code>string java = 7;</code> 092 * @return The bytes for java. 093 */ 094 com.google.protobuf.ByteString 095 getJavaBytes(); 096}