Uses of Class
eu.esu._2010.lokprogrammer.metadata.FunctionType.Slot
-
Packages that use FunctionType.Slot Package Description eu.esu._2010.lokprogrammer.metadata -
-
Uses of FunctionType.Slot in eu.esu._2010.lokprogrammer.metadata
Fields in eu.esu._2010.lokprogrammer.metadata with type parameters of type FunctionType.Slot Modifier and Type Field Description protected List<FunctionType.Slot>FunctionType. slotMethods in eu.esu._2010.lokprogrammer.metadata that return FunctionType.Slot Modifier and Type Method Description FunctionType.SlotObjectFactory. createFunctionTypeSlot()Create an instance ofFunctionType.SlotFunctionType.SlotFunctionType.Slot. withValue(byte value)FunctionType.SlotFunctionType.Slot. withVolume(Short value)Methods in eu.esu._2010.lokprogrammer.metadata that return types with arguments of type FunctionType.Slot Modifier and Type Method Description List<FunctionType.Slot>FunctionType. getSlot()Gets the value of the slot property.Methods in eu.esu._2010.lokprogrammer.metadata with parameters of type FunctionType.Slot Modifier and Type Method Description FunctionTypeFunctionType. withSlot(FunctionType.Slot... values)Method parameters in eu.esu._2010.lokprogrammer.metadata with type arguments of type FunctionType.Slot Modifier and Type Method Description FunctionTypeFunctionType. withSlot(Collection<FunctionType.Slot> values)
-