-
public final class NestedDslListParameter extends NestedDslCollectionParameter
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisMandatoryprivate final TypeNametypeNameprivate final Stringnameprivate final BooleanhasDefault
-
Constructor Summary
Constructors Constructor Description NestedDslListParameter(TypeName typeName, String name, Boolean hasDefault, String singular, Integer index)
-
Method Summary
Modifier and Type Method Description final BooleangetIsMandatory()final TypeNamegetTypeName()final StringgetName()final BooleangetHasDefault()-
Methods inherited from class com.faendir.kotlin.autodsl.parameter.NestedDslListParameter
additionalFunctions -
Methods inherited from class com.faendir.kotlin.autodsl.parameter.NestedDslCollectionParameter
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()
-
-
-
-