Interface HasNameJavaHasNullable
-
- All Known Implementing Classes:
Action.Parameter,Function.Parameter
public interface HasNameJavaHasNullable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisNullable()StringnameJava()
-
-
-
Method Detail
-
nameJava
String nameJava()
-
isNullable
boolean isNullable()
-
-