JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
de.iip_ecosphere.platform.services.spring.descriptor
Interface Field
All Known Implementing Classes:
YamlField
public interface
Field
Represents a typed field in a record-like type declared in an artifact as part of
Type
.
Author:
Holger Eichelberger, SSE
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
Returns the name of the data.
String
getType
()
Returns the type of the data.
Method Details
getName
String
getName
()
Returns the name of the data.
Returns:
the name
getType
String
getType
()
Returns the type of the data.
Returns:
the type as qualified Java name