Uses of Class
org.ow2.easywsdl.schema.api.absItf.AbsItfAttribute.Use
-
Packages that use AbsItfAttribute.Use Package Description org.ow2.easywsdl.schema.api.absItf org.ow2.easywsdl.schema.decorator org.ow2.easywsdl.schema.impl -
-
Uses of AbsItfAttribute.Use in org.ow2.easywsdl.schema.api.absItf
Methods in org.ow2.easywsdl.schema.api.absItf that return AbsItfAttribute.Use Modifier and Type Method Description AbsItfAttribute.UseAbsItfAttribute. getUse()static AbsItfAttribute.UseAbsItfAttribute.Use. value(String val)static AbsItfAttribute.UseAbsItfAttribute.Use. valueOf(String name)Returns the enum constant of this type with the specified name.static AbsItfAttribute.Use[]AbsItfAttribute.Use. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AbsItfAttribute.Use in org.ow2.easywsdl.schema.decorator
Methods in org.ow2.easywsdl.schema.decorator that return AbsItfAttribute.Use Modifier and Type Method Description AbsItfAttribute.UseDecoratorAttributeImpl. getUse() -
Uses of AbsItfAttribute.Use in org.ow2.easywsdl.schema.impl
Methods in org.ow2.easywsdl.schema.impl that return AbsItfAttribute.Use Modifier and Type Method Description AbsItfAttribute.UseAttributeImpl. getUse()
-