Interface IResolvable
-
- All Known Subinterfaces:
IMetaParameterDeclaration
- All Known Implementing Classes:
AbstractIvmlVariable,Attribute,Configuration,DecisionVariable,EnumValue,ImplicitVariableDeclaration,ImplicitVariableDeclaration,IvmlDeclaration,IvmlElement,JoinVariableDeclaration,ReflectionOperationParameter,VariableDeclaration,VariableDeclaration,VariableDeclaration
public interface IResolvableA resolvable forIResolver.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Returns the name of the resolvable.
-