Package | Description |
---|---|
com.massa.mrules.accessor | |
com.massa.mrules.action | |
com.massa.mrules.factory.xml |
Modifier and Type | Method and Description |
---|---|
List<? extends MFormatAccessor.Argument> |
MFormatAccessor.getArguments() |
Modifier and Type | Method and Description |
---|---|
void |
MFormatAccessor.setArguments(List<? extends MFormatAccessor.Argument> arguments) |
Constructor and Description |
---|
MFormatAccessor(IReadAccessor message,
List<? extends MFormatAccessor.Argument> arguments) |
Modifier and Type | Class and Description |
---|---|
static class |
MActionPrintF.Argument
Overriding MFormatAccessor argument to have our own argument type.
|
Modifier and Type | Method and Description |
---|---|
protected MFormatAccessor.Argument |
RichXMLFactory.PRINTFAddon.newArgumentInstance(String attrName,
IReadAccessor argValue) |
protected MFormatAccessor.Argument |
RichXMLFactory.FORMATAddon.newArgumentInstance(String attrName,
IReadAccessor argValue)
Instantiate a new argument.
|
Modifier and Type | Method and Description |
---|---|
protected List<? extends MFormatAccessor.Argument> |
RichXMLFactory.FORMATAddon.getArguments(A addon) |