20 package net.sf.gridarta.model.archetypetype;
22 import org.jetbrains.annotations.NotNull;
23 import org.jetbrains.annotations.Nullable;
124 ArchetypeAttribute newArchetypeAttributeInt(@NotNull String archetypeAttributeName, @NotNull String attributeName, @NotNull String description,
int inputLength,
int minValue,
int maxValue,
int minCheckValue,
int maxCheckValue);
171 ArchetypeAttribute newArchetypeAttributeList2(@NotNull String archetypeAttributeName, @NotNull String attributeName, @NotNull String description,
int inputLength, @NotNull String listName1, @NotNull String listName2);
239 ArchetypeAttribute newArchetypeAttributeText(@NotNull String archetypeAttributeName, @NotNull String endingOld, @NotNull String attributeName, @NotNull String description,
int inputLength, @Nullable String fileExtension);