Uses of Class
net.sf.eBus.config.EConfigure.ConnectionType
-
-
Uses of EConfigure.ConnectionType in net.sf.eBus.config
Fields in net.sf.eBus.config declared as EConfigure.ConnectionType Modifier and Type Field Description protected EConfigure.ConnectionTypeEConfigure.AbstractConfig. mConnectionTypeThe connections are of this type.Methods in net.sf.eBus.config that return EConfigure.ConnectionType Modifier and Type Method Description EConfigure.ConnectionTypeEConfigure.AbstractConfig. connectionType()Returns the channel type.static EConfigure.ConnectionTypeEConfigure.ConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EConfigure.ConnectionType[]EConfigure.ConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.eBus.config with parameters of type EConfigure.ConnectionType Modifier and Type Method Description TEConfigure.AbstractBuilder. connectionType(EConfigure.ConnectionType connType)Sets the underlying channel type.
-