public static interface InjectionPlanProto.SubplanOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
InjectionPlanProto.InjectionPlan | 
getPlans(int index)
repeated .InjectionPlan plans = 2; | 
int | 
getPlansCount()
repeated .InjectionPlan plans = 2; | 
List<InjectionPlanProto.InjectionPlan> | 
getPlansList()
repeated .InjectionPlan plans = 2; | 
InjectionPlanProto.InjectionPlanOrBuilder | 
getPlansOrBuilder(int index)
repeated .InjectionPlan plans = 2; | 
List<? extends InjectionPlanProto.InjectionPlanOrBuilder> | 
getPlansOrBuilderList()
repeated .InjectionPlan plans = 2; | 
int | 
getSelectedPlan()
optional sint32 selected_plan = 1; | 
boolean | 
hasSelectedPlan()
optional sint32 selected_plan = 1; | 
boolean hasSelectedPlan()
optional sint32 selected_plan = 1;int getSelectedPlan()
optional sint32 selected_plan = 1;List<InjectionPlanProto.InjectionPlan> getPlansList()
repeated .InjectionPlan plans = 2;InjectionPlanProto.InjectionPlan getPlans(int index)
repeated .InjectionPlan plans = 2;int getPlansCount()
repeated .InjectionPlan plans = 2;List<? extends InjectionPlanProto.InjectionPlanOrBuilder> getPlansOrBuilderList()
repeated .InjectionPlan plans = 2;InjectionPlanProto.InjectionPlanOrBuilder getPlansOrBuilder(int index)
repeated .InjectionPlan plans = 2;Copyright © 2015 The Apache Software Foundation. All rights reserved.