Uses of Class
org.raml.model.Protocol

Packages that use Protocol
org.raml.model   
 

Uses of Protocol in org.raml.model
 

Methods in org.raml.model that return Protocol
static Protocol Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Protocol[] Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.raml.model that return types with arguments of type Protocol
 List<Protocol> Raml.getProtocols()
           
 List<Protocol> Action.getProtocols()
           
 

Method parameters in org.raml.model with type arguments of type Protocol
 void Raml.setProtocols(List<Protocol> protocols)
           
 void Action.setProtocols(List<Protocol> protocols)
           
 



Copyright © 2013. All rights reserved.