Package | Description |
---|---|
org.jomc.model |
Object management and configuration model classes.
|
Modifier and Type | Field and Description |
---|---|
protected List<Message> |
Messages.message |
Modifier and Type | Method and Description |
---|---|
Message |
Message.clone()
Creates and returns a deep copy of this object.
|
Message |
ObjectFactory.createMessage()
Create an instance of
Message |
Message |
Messages.getMessage(String name)
Gets a message for a given name from the list of messages.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Message> |
ObjectFactory.createMessage(Message value)
|
List<Message> |
Messages.getMessage()
Gets the value of the message property.
|
Set<InheritanceModel.Node<Message>> |
InheritanceModel.getMessageNodes(String implementation,
String name)
Gets a set holding effective message nodes of an implementation.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<Message> |
ObjectFactory.createMessage(Message value)
|
Constructor and Description |
---|
Message(Message o)
Creates a new
Message instance by deeply copying a given Message instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.