@Generated(value="net.morimekta.providence:providence-generator-java", comments="java:serializable") public interface Declaration_OrBuilder extends net.morimekta.providence.PMessageOrBuilder<Declaration>
| Modifier and Type | Method and Description |
|---|---|
ConstType |
getDeclConst() |
EnumType |
getDeclEnum() |
MessageType |
getDeclMessage() |
ServiceType |
getDeclService() |
TypedefType |
getDeclTypedef() |
boolean |
hasDeclConst() |
boolean |
hasDeclEnum() |
boolean |
hasDeclMessage() |
boolean |
hasDeclService() |
boolean |
hasDeclTypedef() |
Optional<ConstType> |
optionalDeclConst() |
Optional<EnumType> |
optionalDeclEnum() |
Optional<MessageType> |
optionalDeclMessage() |
Optional<ServiceType> |
optionalDeclService() |
Optional<TypedefType> |
optionalDeclTypedef() |
EnumType getDeclEnum()
boolean hasDeclEnum()
TypedefType getDeclTypedef()
@Nonnull Optional<TypedefType> optionalDeclTypedef()
boolean hasDeclTypedef()
MessageType getDeclMessage()
@Nonnull Optional<MessageType> optionalDeclMessage()
boolean hasDeclMessage()
ServiceType getDeclService()
@Nonnull Optional<ServiceType> optionalDeclService()
boolean hasDeclService()
ConstType getDeclConst()
@Nonnull Optional<ConstType> optionalDeclConst()
boolean hasDeclConst()
Copyright © 2015–2020 morimekta.net. All rights reserved.