Package org.apache.openejb.jee
Class Scan.Exclude.IfClassNotAvailable
- java.lang.Object
-
- org.apache.openejb.jee.Scan.Exclude.IfClassNotAvailable
-
- Enclosing class:
- Scan.Exclude
public static class Scan.Exclude.IfClassNotAvailable extends Object
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description IfClassNotAvailable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Obtient la valeur de la propriété name.voidsetName(String value)Définit la valeur de la propriété name.
-
-
-
Field Detail
-
name
protected String name
-
-