Class FieldCmList
-
- All Implemented Interfaces:
-
kotlin.collections.Collection
,kotlin.collections.Iterable
,kotlin.collections.List
public class FieldCmList implements List<FieldCm>
-
-
Constructor Summary
Constructors Constructor Description FieldCmList(List<FieldCm> _fields)
-
Method Summary
Modifier and Type Method Description final FieldCm
getByModel(Object model)
Boolean
add(FieldCm fieldCm)
final FieldCm
add(String name, ClassCd type, FieldCm.Setter builder)
final FieldCm
add(String name, ClassCd type)
final FieldCm
add(String name, String type, FieldCm.Setter builder)
final FieldCm
add(String name, String type)
final Boolean
addAll(Collection<FieldCm> fields)
-
Methods inherited from class kotlin.collections.List
contains, containsAll, get, getSize, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, spliterator, subList
-
Methods inherited from class kotlin.collections.Iterable
forEach
-
Methods inherited from class kotlin.collections.Collection
parallelStream, stream, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getByModel
final FieldCm getByModel(Object model)
-
add
@JvmOverloads() final FieldCm add(String name, ClassCd type, FieldCm.Setter builder)
-
add
@JvmOverloads() final FieldCm add(String name, ClassCd type)
-
add
@JvmOverloads() final FieldCm add(String name, String type, FieldCm.Setter builder)
-
add
@JvmOverloads() final FieldCm add(String name, String type)
-
addAll
final Boolean addAll(Collection<FieldCm> fields)
-
-
-
-