|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.model.MergedStereotypes<T,E>
public class MergedStereotypes<T,E>
Meta model for the merged stereotype for a bean
| Constructor Summary | |
|---|---|
MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
Constructor |
|
| Method Summary | |
|---|---|
AbstractAnnotatedItem.AnnotationMap |
getPossibleDeploymentTypes()
Returns the possible deployment typess |
java.util.Set<java.lang.annotation.Annotation> |
getPossibleScopeTypes()
Returns the possible scope types |
java.util.Set<java.lang.Class<?>> |
getRequiredTypes()
Returns the required types |
java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getSupportedScopes()
Returns the supported scopes |
boolean |
isBeanNameDefaulted()
Indicates if the name i defaulted |
boolean |
isDeclaredInXml()
Indicates if the bean was declared in XML |
protected void |
merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
Perform the merge |
java.lang.String |
toDetailedString()
Gets a string representation of the merged stereotypes |
java.lang.String |
toString()
Gets a string representation of the merged stereotypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MergedStereotypes(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
stereotypeAnnotations - The stereotypes to merge| Method Detail |
|---|
protected void merge(java.util.Set<java.lang.annotation.Annotation> stereotypeAnnotations)
stereotypeAnnotations - The stereotype annotationspublic AbstractAnnotatedItem.AnnotationMap getPossibleDeploymentTypes()
public java.util.Set<java.lang.annotation.Annotation> getPossibleScopeTypes()
public boolean isBeanNameDefaulted()
public java.util.Set<java.lang.Class<?>> getRequiredTypes()
public java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getSupportedScopes()
public boolean isDeclaredInXml()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toDetailedString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||