-
public final class NestedDslListParameter extends NestedDslCollectionParameter
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisMandatoryprivate final TypeNametypeNameprivate final Stringnameprivate final Stringdocprivate final BooleanhasDefaultprivate final StringrequiredGroup
-
Method Summary
Modifier and Type Method Description final BooleangetIsMandatory()final TypeNamegetTypeName()final StringgetName()final StringgetDoc()final BooleangetHasDefault()final StringgetRequiredGroup()-
Methods inherited from class com.faendir.kotlin.autodsl.parameter.NestedDslListParameter
additionalFunctions -
Methods inherited from class com.faendir.kotlin.autodsl.parameter.NestedDslCollectionParameter
getBuilderFunction, getClassStatement, getPassToConstructorStatement, getProperty -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getIsMandatory
final Boolean getIsMandatory()
-
getTypeName
final TypeName getTypeName()
-
getHasDefault
final Boolean getHasDefault()
-
getRequiredGroup
final String getRequiredGroup()
-
-
-
-