Uses of Class
eu.de4a.iem.jaxb.common.types.AckType
-
Packages that use AckType Package Description eu.de4a.iem.jaxb.common.types -
-
Uses of AckType in eu.de4a.iem.jaxb.common.types
Methods in eu.de4a.iem.jaxb.common.types that return AckType Modifier and Type Method Description static AckTypeAckType. fromValue(String v)AckTypeResponseErrorType. getAck()Gets the value of the ack property.static AckTypeAckType. valueOf(String name)Returns the enum constant of this type with the specified name.static AckType[]AckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.de4a.iem.jaxb.common.types with parameters of type AckType Modifier and Type Method Description voidResponseErrorType. setAck(AckType value)Sets the value of the ack property.
-