com.zepben.protobuf.cim.iec61968.assets.AssetOrganisationRoleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/cim/iec61968/assets/AssetOrganisationRole.proto
package com.zepben.protobuf.cim.iec61968.assets;
public interface AssetOrganisationRoleOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61968.assets.AssetOrganisationRole)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The OrganisationRole fields for this AssetOrganisationRole
*
*
* .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1;
* @return Whether the or field is set.
*/
boolean hasOr();
/**
*
**
* The OrganisationRole fields for this AssetOrganisationRole
*
*
* .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1;
* @return The or.
*/
com.zepben.protobuf.cim.iec61968.common.OrganisationRole getOr();
/**
*
**
* The OrganisationRole fields for this AssetOrganisationRole
*
*
* .zepben.protobuf.cim.iec61968.common.OrganisationRole or = 1;
*/
com.zepben.protobuf.cim.iec61968.common.OrganisationRoleOrBuilder getOrOrBuilder();
}