Uses of Class
com.hybris.cockpitng.util.impl.jaxb.DependencyProtocol
-
Packages that use DependencyProtocol Package Description com.hybris.cockpitng.util.impl.jaxb -
-
Uses of DependencyProtocol in com.hybris.cockpitng.util.impl.jaxb
Fields in com.hybris.cockpitng.util.impl.jaxb declared as DependencyProtocol Modifier and Type Field Description protected DependencyProtocolLibrary. protocolMethods in com.hybris.cockpitng.util.impl.jaxb that return DependencyProtocol Modifier and Type Method Description static DependencyProtocolDependencyProtocol. fromValue(java.lang.String v)DependencyProtocolLibrary. getProtocol()Gets the value of the protocol property.static DependencyProtocolDependencyProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DependencyProtocol[]DependencyProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.util.impl.jaxb with parameters of type DependencyProtocol Modifier and Type Method Description voidLibrary. setProtocol(DependencyProtocol value)Sets the value of the protocol property.
-