Uses of Class
org.jomc.modlet.Modlet

Uses of Modlet in org.jomc.modlet
 

Fields in org.jomc.modlet with type parameters of type Modlet
protected  List<Modlet> Modlets.modlet
           
 

Methods in org.jomc.modlet that return Modlet
 Modlet Modlet.clone()
          Creates and returns a deep copy of this object.
 Modlet ObjectFactory.createModlet()
          Create an instance of Modlet
 Modlet Modlets.getMergedModlet(String name, String model)
          Merges modlets of a model from this list of modlets to a single modlet.
 Modlet Modlets.getModlet(String name)
          Gets a modlet for a given name from the list of modlets.
 

Methods in org.jomc.modlet that return types with arguments of type Modlet
 javax.xml.bind.JAXBElement<Modlet> ObjectFactory.createModlet(Modlet value)
          Create an instance of JAXBElement<Modlet>}
 List<Modlet> Modlets.getModlet()
          Gets the value of the modlet property.
 

Methods in org.jomc.modlet with parameters of type Modlet
 javax.xml.bind.JAXBElement<Modlet> ObjectFactory.createModlet(Modlet value)
          Create an instance of JAXBElement<Modlet>}
 

Constructors in org.jomc.modlet with parameters of type Modlet
Modlet(Modlet o)
          Creates a new Modlet instance by deeply copying a given Modlet instance.
 



Copyright © 2005-2012 The JOMC Project. All Rights Reserved.Get JOMC at SourceForge.net. Fast, secure and Free Open Source software downloads
Please note that this documentation is maintained by non-native english speaking authors. As such, you may encounter phrases or wordings which seem imprecise or may even have a totally different meaning to native english speaking readers than what the individual author was trying to express. If you are a native english speaking reader and find any such phrases or wordings we kindly ask you to send an email to the corresponding author and help us improve this documentation in order to avoid misunderstandings. You will find the authors' email addresses at the top of each class. Please accept our apologies for any inconvenience caused.