@Generated(value="net.morimekta.providence:providence-generator-java", comments="java:serializable") public interface FunctionType_OrBuilder extends Decl, net.morimekta.providence.PMessageOrBuilder<FunctionType>
Decl._Builder, Decl._FieldkDescriptor| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAnnotations() |
List<FieldType> |
getExceptions() |
List<FieldType> |
getParams() |
String |
getReturnType() |
boolean |
hasAnnotations() |
boolean |
hasExceptions() |
boolean |
hasOneWay() |
boolean |
hasParams() |
boolean |
hasReturnType() |
boolean |
isOneWay() |
int |
numAnnotations() |
int |
numExceptions() |
int |
numParams() |
Optional<Map<String,String>> |
optionalAnnotations() |
Optional<List<FieldType>> |
optionalExceptions() |
Optional<Boolean> |
optionalOneWay() |
Optional<String> |
optionalReturnType() |
getDocumentation, getName, hasDocumentation, hasName, optionalDocumentationboolean isOneWay()
boolean hasOneWay()
String getReturnType()
@Nonnull Optional<String> optionalReturnType()
boolean hasReturnType()
boolean hasParams()
int numParams()
@Nonnull Optional<List<FieldType>> optionalExceptions()
boolean hasExceptions()
int numExceptions()
@Nonnull Optional<Map<String,String>> optionalAnnotations()
boolean hasAnnotations()
int numAnnotations()
Copyright © 2015–2020 morimekta.net. All rights reserved.