Interface Type
- All Known Implementing Classes:
YamlType
public interface Type
Represents a type declared by an artifact.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the type.- Returns:
- the name as Java qualified name
-
getFields
Returns the fields of the type.- Returns:
- the fields
-