|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DSLMapping
An interface that represents a DSL Mapping
Method Summary | |
---|---|
void |
addEntries(List entries)
Adds all entries in the given list to this DSL Mapping |
void |
addEntry(DSLMappingEntry entry)
Add one entry to the list of the entries |
String |
getDescription()
Returns a String description of this mapping |
List |
getEntries()
Returns the list of entries in this mapping |
List |
getEntries(DSLMappingEntry.Section section)
Returns the list of mappings for the given section |
String |
getIdentifier()
Returns the string identifier for this mapping |
void |
removeEntry(DSLMappingEntry entry)
Removes the given entry from the list of entries |
void |
setDescription(String description)
Sets the description for this mapping |
void |
setIdentifier(String identifier)
Sets the identifier for this mapping |
Method Detail |
---|
String getIdentifier()
void setIdentifier(String identifier)
identifier
- String getDescription()
void setDescription(String description)
description
- List getEntries()
void addEntry(DSLMappingEntry entry)
entry
- void addEntries(List entries)
entries
- void removeEntry(DSLMappingEntry entry)
entry
- List getEntries(DSLMappingEntry.Section section)
section
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |