public abstract class ShadowVariableDescriptor extends VariableDescriptor
entityDescriptor, variableMemberAccessor, variableName
Constructor and Description |
---|
ShadowVariableDescriptor(EntityDescriptor entityDescriptor,
MemberAccessor variableMemberAccessor) |
Modifier and Type | Method and Description |
---|---|
abstract VariableListener |
buildVariableListener(InnerScoreDirector scoreDirector) |
int |
getGlobalShadowOrder() |
abstract Demand |
getProvidedDemand() |
abstract List<VariableDescriptor> |
getSourceVariableDescriptorList() |
boolean |
hasVariableListener(InnerScoreDirector scoreDirector) |
abstract void |
linkShadowSources(DescriptorPolicy descriptorPolicy) |
abstract void |
processAnnotations(DescriptorPolicy descriptorPolicy) |
void |
setGlobalShadowOrder(int globalShadowOrder) |
getEntityDescriptor, getPrimaryShadowVariableDescriptorList, getSimpleEntityAndVariableName, getValue, getVariableName, getVariablePropertyType, isValuePotentialAnchor, registerShadowVariableDescriptor, setValue, toString
public ShadowVariableDescriptor(EntityDescriptor entityDescriptor, MemberAccessor variableMemberAccessor)
public abstract void processAnnotations(DescriptorPolicy descriptorPolicy)
public abstract void linkShadowSources(DescriptorPolicy descriptorPolicy)
public abstract List<VariableDescriptor> getSourceVariableDescriptorList()
public int getGlobalShadowOrder()
public void setGlobalShadowOrder(int globalShadowOrder)
public abstract Demand getProvidedDemand()
public boolean hasVariableListener(InnerScoreDirector scoreDirector)
public abstract VariableListener buildVariableListener(InnerScoreDirector scoreDirector)
scoreDirector
- never nullCopyright © 2006–2015 JBoss by Red Hat. All rights reserved.