Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Property> |
Properties.property |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Property> |
ObjectFactory.createProperty(Property value)
|
List<Property> |
Properties.getPropertiesByType(String type)
Gets a list of properties of a given type.
|
List<Property> |
Properties.getProperty()
Gets the value of the property property.
|
Set<InheritanceModel.Node<Property>> |
InheritanceModel.getPropertyNodes(String implementation,
String name)
Gets a set holding effective property nodes of an implementation.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Property> |
ObjectFactory.createProperty(Property value)
|
Constructor and Description |
---|
Property(Property o)
Creates a new
Property instance by deeply copying a given Property instance. |
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.