All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zepben.protobuf.hc.opendss.MaybeModelOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.32.0-SNAPSHOT2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: zepben/protobuf/hc/opendss/Model.proto

package com.zepben.protobuf.hc.opendss;

public interface MaybeModelOrBuilder extends
    // @@protoc_insertion_point(interface_extends:zepben.protobuf.hc.opendss.MaybeModel)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .google.protobuf.NullValue modelNull = 1;
   * @return Whether the modelNull field is set.
   */
  boolean hasModelNull();
  /**
   * .google.protobuf.NullValue modelNull = 1;
   * @return The enum numeric value on the wire for modelNull.
   */
  int getModelNullValue();
  /**
   * .google.protobuf.NullValue modelNull = 1;
   * @return The modelNull.
   */
  com.google.protobuf.NullValue getModelNull();

  /**
   * .zepben.protobuf.hc.opendss.Model modelSet = 2;
   * @return Whether the modelSet field is set.
   */
  boolean hasModelSet();
  /**
   * .zepben.protobuf.hc.opendss.Model modelSet = 2;
   * @return The modelSet.
   */
  com.zepben.protobuf.hc.opendss.Model getModelSet();
  /**
   * .zepben.protobuf.hc.opendss.Model modelSet = 2;
   */
  com.zepben.protobuf.hc.opendss.ModelOrBuilder getModelSetOrBuilder();

  com.zepben.protobuf.hc.opendss.MaybeModel.ModelCase getModelCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy