Uses of Class
org.apache.camel.component.as2.api.entity.Importance
-
Packages that use Importance Package Description org.apache.camel.component.as2.api.entity org.apache.camel.component.as2.api.util -
-
Uses of Importance in org.apache.camel.component.as2.api.entity
Methods in org.apache.camel.component.as2.api.entity that return Importance Modifier and Type Method Description static Importance
Importance. get(String importance)
static Importance
Importance. valueOf(String name)
Returns the enum constant of this type with the specified name.static Importance[]
Importance. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Importance in org.apache.camel.component.as2.api.util
Methods in org.apache.camel.component.as2.api.util that return Importance Modifier and Type Method Description Importance
AS2HeaderUtils.Parameter. getImportance()
-