Interface ExtensionsDataSpecification
public interface ExtensionsDataSpecification
Class holds the specification data that results from parsing a ExtensionsDataSpecification.
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
get the name of this ExtensionsDataSpecificationget the payload specification associated with the ExtensionsDataSpecification
-
Method Details
-
getName
String getName()get the name of this ExtensionsDataSpecification- Returns:
- the name of this ExtensionsDataSpecification
-
getPayloadSpec
PayloadSpec getPayloadSpec()get the payload specification associated with the ExtensionsDataSpecification- Returns:
- the payload specification associated with the ExtensionsDataSpecification
-