public interface ParameterDefinition
| Modifier and Type | Method and Description |
|---|---|
String |
getDefault()
Get the default value of the parameter as per XML.
|
String |
getName()
Get then name of the parameter (as per XML).
|
Position |
getPosition()
Get the position of the parameter data within the register.
|
Size |
getSize()
Get the size of the parameter data within the register.
|
Type |
getType()
Get the data type of the parameter
|
String |
getVerif()
Get the verification patter for the parameter as per XML.
|
String getName()
Type getType()
Position getPosition()
Size getSize()
String getDefault()
String getVerif()
Copyright © 2015. All rights reserved.