Uses of Class
de.gebit.integrity.remoting.entities.setlist.SetListEntryTypes
-
Packages that use SetListEntryTypes Package Description de.gebit.integrity.remoting.entities.setlist -
-
Uses of SetListEntryTypes in de.gebit.integrity.remoting.entities.setlist
Methods in de.gebit.integrity.remoting.entities.setlist that return SetListEntryTypes Modifier and Type Method Description SetListEntryTypesSetListEntry. getType()Returns the type.static SetListEntryTypesSetListEntryTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SetListEntryTypes[]SetListEntryTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gebit.integrity.remoting.entities.setlist with parameters of type SetListEntryTypes Modifier and Type Method Description SetListEntrySetList. createEntry(SetListEntryTypes aType)Creates a new entry.IntegerSetList. getLastCreatedEntryId(SetListEntryTypes aType)Returns the ID that was last given to an entry of the specified type.IntegerSetList. getLastCreatedEntryId(SetListEntryTypes... someTypes)Returns the lowest ID given to any of the specified entry types.Constructors in de.gebit.integrity.remoting.entities.setlist with parameters of type SetListEntryTypes Constructor Description SetListEntry(int anId, SetListEntryTypes aType)Creates a new instance.
-