Interface Type
-
- All Known Implementing Classes:
YamlType
public interface TypeRepresents a type declared by an artifact.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<? extends Field>getFields()Returns the fields of the type.java.lang.StringgetName()Returns the name of the type.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the name of the type.- Returns:
- the name as Java qualified name
-
getFields
java.util.List<? extends Field> getFields()
Returns the fields of the type.- Returns:
- the fields
-
-