Uses of Class
com.helger.regrep.slot.ERegRepCollectionType
-
Packages that use ERegRepCollectionType Package Description com.helger.regrep.slot -
-
Uses of ERegRepCollectionType in com.helger.regrep.slot
Methods in com.helger.regrep.slot that return ERegRepCollectionType Modifier and Type Method Description static ERegRepCollectionTypeERegRepCollectionType. getFromIDOrNull(String sID)static ERegRepCollectionTypeERegRepCollectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ERegRepCollectionType[]ERegRepCollectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.regrep.slot with parameters of type ERegRepCollectionType Modifier and Type Method Description static CollectionValueTypeSlotHelper. createSlotValue(ERegRepCollectionType eType, ValueType... x)static CollectionValueTypeSlotHelper. createSlotValue(ERegRepCollectionType eType, Iterable<? extends ValueType> x)SlotBuilderSlotBuilder. setValue(ERegRepCollectionType eCollectionType, ValueType... aArray)SlotBuilderSlotBuilder. setValue(ERegRepCollectionType eCollectionType, Iterable<? extends ValueType> aCont)
-