Interface ModelicaType
-
- All Superinterfaces:
ResolvableEntity
- All Known Subinterfaces:
ModelicaClassType
- All Known Implementing Classes:
ModelicaBuiltinType
public interface ModelicaType extends ResolvableEntity
Some Modelica type (either class or built-in type) that some component may have.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullTypeName()
Returns the fully-qualified name, when appropriate, or simple name for primitive types.String
getSimpleTypeName()
Returns short name of a type, such as "Real" or "Filter".-
Methods inherited from interface net.sourceforge.pmd.lang.modelica.resolver.ResolvableEntity
getDescriptiveName
-
-