|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.jomc.model | Object management and configuration model classes. |
| Uses of Property in org.jomc.model |
|---|
| Fields in org.jomc.model with type parameters of type Property | |
|---|---|
protected List<Property> |
Properties.property
|
| Methods in org.jomc.model that return Property | |
|---|---|
Property |
Property.clone()
Creates and returns a deep copy of this object. |
Property |
ObjectFactory.createProperty()
Create an instance of Property |
Property |
Properties.getProperty(String name)
Gets a property for a given name from the list of properties. |
| Methods in org.jomc.model that return types with arguments of type Property | |
|---|---|
JAXBElement<Property> |
ObjectFactory.createProperty(Property value)
Create an instance of JAXBElement<Property>} |
List<Property> |
Properties.getProperty()
Gets the value of the property property. |
| Method parameters in org.jomc.model with type arguments of type Property | |
|---|---|
private static void |
Properties.copyProperty(List<Property> source,
List<Property> target)
Copies all values of property Property deeply. |
private static void |
Properties.copyProperty(List<Property> source,
List<Property> target)
Copies all values of property Property deeply. |
| Constructors in org.jomc.model with parameters of type Property | |
|---|---|
Property(Property o)
Creates a new Property instance by deeply copying a given instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||