- All Known Implementing Classes:
YamlTypedData
public interface TypedData
Represents typed data, e.g., a parameter.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Returns the description of the data.
Returns the name of the data.
Returns the type of the data.
-
Method Details
-
getName
Returns the name of the data.
- Returns:
- the name
-
getDescription
Returns the description of the data.
- Returns:
- the description
-
getType
Returns the type of the data.
- Returns:
- the type as qualified Java name