Interface BasicConfigPropertyProto.BasicConfigPropertyPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BasicConfigPropertyProto.BasicConfigPropertyPB, BasicConfigPropertyProto.BasicConfigPropertyPB.Builder
Enclosing class:
BasicConfigPropertyProto

public static interface BasicConfigPropertyProto.BasicConfigPropertyPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDescriptiveProp

      boolean hasDescriptiveProp()
       BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf,
       only composition. So a part of the message will be the elements of the property that makes up a
       BasicDescriptiveProperty
       
      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
      Returns:
      Whether the descriptiveProp field is set.
    • getDescriptiveProp

       BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf,
       only composition. So a part of the message will be the elements of the property that makes up a
       BasicDescriptiveProperty
       
      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
      Returns:
      The descriptiveProp.
    • getDescriptivePropOrBuilder

       BasicConfigurationProperty extends from BasicDescriptiveProperty, but you don't have inheritance in Protobuf,
       only composition. So a part of the message will be the elements of the property that makes up a
       BasicDescriptiveProperty
       
      .common.protobuf.BasicDescriptivePropertyPB descriptiveProp = 1;
    • getOptionsList

      repeated .common.protobuf.OptionPB options = 2;
    • getOptions

      ConfigPropOptionProto.OptionPB getOptions(int index)
      repeated .common.protobuf.OptionPB options = 2;
    • getOptionsCount

      int getOptionsCount()
      repeated .common.protobuf.OptionPB options = 2;
    • getOptionsOrBuilderList

      List<? extends ConfigPropOptionProto.OptionPBOrBuilder> getOptionsOrBuilderList()
      repeated .common.protobuf.OptionPB options = 2;
    • getOptionsOrBuilder

      ConfigPropOptionProto.OptionPBOrBuilder getOptionsOrBuilder(int index)
      repeated .common.protobuf.OptionPB options = 2;
    • hasCustomEditorDescr

      boolean hasCustomEditorDescr()
      optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
      Returns:
      Whether the customEditorDescr field is set.
    • getCustomEditorDescr

      optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
      Returns:
      The customEditorDescr.
    • getCustomEditorDescrOrBuilder

      optional .common.protobuf.CustomEditorDescriptorPB customEditorDescr = 3;
    • hasBaseKey

      boolean hasBaseKey()
      optional string baseKey = 4;
      Returns:
      Whether the baseKey field is set.
    • getBaseKey

      String getBaseKey()
      optional string baseKey = 4;
      Returns:
      The baseKey.
    • getBaseKeyBytes

      com.google.protobuf.ByteString getBaseKeyBytes()
      optional string baseKey = 4;
      Returns:
      The bytes for baseKey.