Drools :: Compiler 6.2.0.Final

org.drools.compiler.cdi
Class KieCDIExtension.KieCDIEntry

java.lang.Object
  extended by org.drools.compiler.cdi.KieCDIExtension.KieCDIEntry
Enclosing class:
KieCDIExtension

public static class KieCDIExtension.KieCDIEntry
extends Object


Constructor Summary
KieCDIExtension.KieCDIEntry(String value)
           
KieCDIExtension.KieCDIEntry(String value, Class type, Class<? extends Annotation> scope, org.kie.api.builder.ReleaseId releaseId, org.kie.api.cdi.KReleaseId kReleaseId, String named)
           
 
Method Summary
 void addInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ip)
          InjectionPoints is not to be included in the equals/hashcode test
 boolean equals(Object obj)
           
 Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
          InjectionPoints is not to be included in the equals/hashcode test
 org.kie.api.cdi.KReleaseId getKReleaseId()
           
 String getName()
           
 org.kie.api.builder.ReleaseId getReleaseId()
           
 Class<? extends Annotation> getScope()
           
 Class getType()
           
 String getValue()
           
 int hashCode()
           
 void setInjectionPoints(Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)
          InjectionPoints is not to be included in the equals/hashcode test
 void setKReleaseId(org.kie.api.cdi.KReleaseId kReleaseId)
           
 void setName(String named)
           
 void setReleaseId(org.kie.api.builder.ReleaseId releaseId)
           
 void setScope(Class<? extends Annotation> scope)
           
 void setType(Class type)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KieCDIExtension.KieCDIEntry

public KieCDIExtension.KieCDIEntry(String value,
                                   Class type,
                                   Class<? extends Annotation> scope,
                                   org.kie.api.builder.ReleaseId releaseId,
                                   org.kie.api.cdi.KReleaseId kReleaseId,
                                   String named)

KieCDIExtension.KieCDIEntry

public KieCDIExtension.KieCDIEntry(String value)
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

getType

public Class getType()

setType

public void setType(Class type)

getName

public String getName()

setName

public void setName(String named)

setScope

public void setScope(Class<? extends Annotation> scope)

getScope

public Class<? extends Annotation> getScope()

getReleaseId

public org.kie.api.builder.ReleaseId getReleaseId()

setReleaseId

public void setReleaseId(org.kie.api.builder.ReleaseId releaseId)

getKReleaseId

public org.kie.api.cdi.KReleaseId getKReleaseId()

setKReleaseId

public void setKReleaseId(org.kie.api.cdi.KReleaseId kReleaseId)

addInjectionPoint

public void addInjectionPoint(javax.enterprise.inject.spi.InjectionPoint ip)
InjectionPoints is not to be included in the equals/hashcode test


getInjectionPoints

public Set<javax.enterprise.inject.spi.InjectionPoint> getInjectionPoints()
InjectionPoints is not to be included in the equals/hashcode test

Returns:

setInjectionPoints

public void setInjectionPoints(Set<javax.enterprise.inject.spi.InjectionPoint> injectionPoints)
InjectionPoints is not to be included in the equals/hashcode test


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

Drools :: Compiler 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.