copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.Transport

Packages that use Transport
org.portico.impl.hla13.fomparser   
org.portico.shared.model   
 

Uses of Transport in org.portico.impl.hla13.fomparser
 

Methods in org.portico.impl.hla13.fomparser that return Transport
 Transport FOM.transport()
          SUPPORTING PRODUCTIONS
 

Uses of Transport in org.portico.shared.model
 

Fields in org.portico.shared.model declared as Transport
private  Transport ICMetadata.transport
           
private  Transport ACMetadata.transport
           
 

Methods in org.portico.shared.model that return Transport
 Transport ICMetadata.getTransport()
           
 Transport ACMetadata.getTransport()
           
static Transport Transport.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transport[] Transport.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.portico.shared.model with parameters of type Transport
 void ICMetadata.setTransport(Transport transport)
           
 void ACMetadata.setTransport(Transport transport)
           
 


copyright The Portico Project 2008.