Uses of Class
eu.esu._2010.lokprogrammer.metadata.SoundcvType
-
Packages that use SoundcvType Package Description eu.esu._2010.lokprogrammer.metadata -
-
Uses of SoundcvType in eu.esu._2010.lokprogrammer.metadata
Fields in eu.esu._2010.lokprogrammer.metadata with type parameters of type SoundcvType Modifier and Type Field Description protected List<SoundcvType>MetaType. soundcvMethods in eu.esu._2010.lokprogrammer.metadata that return SoundcvType Modifier and Type Method Description SoundcvTypeObjectFactory. createSoundcvType()Create an instance ofSoundcvTypeSoundcvTypeSoundcvType. withDescription(SoundcvType.Description... values)SoundcvTypeSoundcvType. withDescription(Collection<SoundcvType.Description> values)SoundcvTypeSoundcvType. withNumber(Byte value)SoundcvTypeSoundcvType. withValue(Byte value)Methods in eu.esu._2010.lokprogrammer.metadata that return types with arguments of type SoundcvType Modifier and Type Method Description javax.xml.bind.JAXBElement<SoundcvType>ObjectFactory. createSoundcv(SoundcvType value)List<SoundcvType>MetaType. getSoundcv()Gets the value of the soundcv property.Methods in eu.esu._2010.lokprogrammer.metadata with parameters of type SoundcvType Modifier and Type Method Description javax.xml.bind.JAXBElement<SoundcvType>ObjectFactory. createSoundcv(SoundcvType value)MetaTypeMetaType. withSoundcv(SoundcvType... values)Method parameters in eu.esu._2010.lokprogrammer.metadata with type arguments of type SoundcvType Modifier and Type Method Description MetaTypeMetaType. withSoundcv(Collection<SoundcvType> values)
-