Uses of Class
lumis.portal.structure.sync.model.channel.Channel.Protocol
-
Packages that use Channel.Protocol Package Description lumis.portal.structure.sync.model.channel Models used for synchronizing a channel structure file. -
-
Uses of Channel.Protocol in lumis.portal.structure.sync.model.channel
Methods in lumis.portal.structure.sync.model.channel that return Channel.Protocol Modifier and Type Method Description static Channel.Protocol
Channel.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Channel.Protocol[]
Channel.Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-