Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Argument> |
Arguments.argument |
Modifier and Type | Method and Description |
---|---|
Argument |
Argument.clone()
Creates and returns a deep copy of this object.
|
Argument |
ObjectFactory.createArgument()
Create an instance of
Argument |
Argument |
Arguments.getArgument(int index)
Gets an argument for a given index from the list of arguments.
|
Argument |
Arguments.getArgument(String name)
Gets an argument for a given name from the list of arguments.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Argument> |
ObjectFactory.createArgument(Argument value)
|
List<Argument> |
Arguments.getArgument()
Gets the value of the argument property.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Argument> |
ObjectFactory.createArgument(Argument value)
|
Constructor and Description |
---|
Argument(Argument o)
Creates a new
Argument instance by deeply copying a given Argument instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.