Uses of Class
eu.esu._2010.lokprogrammer.metadata.FunctionType
-
Packages that use FunctionType Package Description eu.esu._2010.lokprogrammer.metadata -
-
Uses of FunctionType in eu.esu._2010.lokprogrammer.metadata
Fields in eu.esu._2010.lokprogrammer.metadata with type parameters of type FunctionType Modifier and Type Field Description protected List<FunctionType>MetaType. functionMethods in eu.esu._2010.lokprogrammer.metadata that return FunctionType Modifier and Type Method Description FunctionTypeObjectFactory. createFunctionType()Create an instance ofFunctionTypeFunctionTypeFunctionType. withDescription(FunctionType.Description... values)FunctionTypeFunctionType. withDescription(Collection<FunctionType.Description> values)FunctionTypeFunctionType. withId(Byte value)FunctionTypeFunctionType. withSlot(FunctionType.Slot... values)FunctionTypeFunctionType. withSlot(Collection<FunctionType.Slot> values)FunctionTypeFunctionType. withUser(String value)Methods in eu.esu._2010.lokprogrammer.metadata that return types with arguments of type FunctionType Modifier and Type Method Description javax.xml.bind.JAXBElement<FunctionType>ObjectFactory. createFunction(FunctionType value)List<FunctionType>MetaType. getFunction()Gets the value of the function property.Methods in eu.esu._2010.lokprogrammer.metadata with parameters of type FunctionType Modifier and Type Method Description javax.xml.bind.JAXBElement<FunctionType>ObjectFactory. createFunction(FunctionType value)MetaTypeMetaType. withFunction(FunctionType... values)Method parameters in eu.esu._2010.lokprogrammer.metadata with type arguments of type FunctionType Modifier and Type Method Description MetaTypeMetaType. withFunction(Collection<FunctionType> values)
-