| java.lang.Object org.drools.lang.dsl.DefaultDSLMappingEntry
DefaultDSLMappingEntry | public class DefaultDSLMappingEntry implements DSLMappingEntry(Code) | | A default implementation for the DSL Mapping Entry interface
author: etirelli |
DefaultDSLMappingEntry | public DefaultDSLMappingEntry()(Code) | | |
DefaultDSLMappingEntry | public DefaultDSLMappingEntry(Section section, MetaData metadata, String key, String value)(Code) | | |
getSection | public Section getSection()(Code) | | |
getValuePattern | public String getValuePattern()(Code) | | the valuePattern |
getVariables | public Map getVariables()(Code) | | the variables |
hashCode | public int hashCode()(Code) | | |
setMappingKey | public void setMappingKey(String key)(Code) | | Parameters: key - the key to set |
setMappingValue | public void setMappingValue(String value)(Code) | | Parameters: value - the value to set |
setMetaData | public void setMetaData(MetaData metadata)(Code) | | Parameters: metadata - the metadata to set |
setSection | public void setSection(Section section)(Code) | | Parameters: section - the section to set |
|
|