@Immutable public final class SlotHelper extends Object
@Nonnull public static LocalizedStringType createLocalizedString(@Nonnull Locale aLocale, @Nonnull String sText)
@Nonnull public static InternationalStringType createInternationalStringType(@Nullable Map<Locale,String> aMap)
@Nonnull public static InternationalStringType createInternationalStringType(@Nullable com.helger.commons.text.IMultilingualText aMLT)
@Nonnull public static InternationalStringType createInternationalStringType(@Nullable LocalizedStringType... aArray)
@Nonnull public static MapType createMap(@Nullable Map<? extends ValueType,? extends ValueType> aMap)
@Nonnull public static VocabularyTermType createVocabularyTerm(@Nonnull VocabularyTerm aTerm)
@Nonnull public static VocabularyTermType createVocabularyTerm(@Nonnull String sVocabulary, @Nonnull String sTerm)
@Nonnull public static AnyValueType createSlotValue(@Nonnull Element x)
@Nonnull public static BooleanValueType createSlotValue(boolean x)
@Nonnull public static CollectionValueType createSlotValue(@Nullable ValueType... x)
@Nonnull public static CollectionValueType createSlotValue(@Nullable ERegRepCollectionType eType, @Nullable ValueType... x)
@Nonnull public static CollectionValueType createSlotValue(@Nullable ERegRepCollectionType eType, @Nullable Iterable<? extends ValueType> x)
@Nonnull public static DateTimeValueType createSlotValue(@Nonnull XMLGregorianCalendar x)
@Nonnull public static FloatValueType createSlotValue(float x)
@Nonnull public static IntegerValueType createSlotValue(@Nonnull BigInteger x)
@Nonnull public static InternationalStringValueType createSlotValue(@Nonnull InternationalStringType x)
@Nonnull public static MapValueType createSlotValue(@Nonnull MapType x)
@Nonnull public static SlotValueType createSlotValue(@Nonnull SlotType x)
@Nonnull public static StringValueType createSlotValue(@Nonnull String x)
@Nonnull public static VocabularyTermValueType createSlotValue(@Nonnull VocabularyTermType x)
Copyright © 2020 TOOP. All rights reserved.