Interface Metadata
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(Visitor visitor)
java.lang.String
getName()
Returns the name of the metadata.
-
-
-
Method Detail
-
getName
@Nonnull java.lang.String getName()
Returns the name of the metadata.- Returns:
- the name of the metadata.
-
accept
void accept(@Nonnull Visitor visitor)
-
-