-
public interface TypeWriterType writer will write the definition to a String
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoString(MetadataType structure)Returns the string representation of a MetadataType
-
-
-
Method Detail
-
toString
String toString(MetadataType structure)
Returns the string representation of a MetadataType- Parameters:
structure- The MetadataType to be written- Returns:
- The type if found
-
-