|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Module
Module meta-data.
A module consists of the properties name,description and
version. Property name holds the name of the module uniquely
identifying the module in a collectionof modules. Property description
holds a textual description, property version a textual version of the
module. A module defines specifications, implementations and properties.
| Method Summary | |
|---|---|
Implementations |
getImplementations()
Implementations defined in this module. |
Messages |
getMessages()
Messages defined in this module. |
String |
getName()
Name of this module. |
Properties |
getProperties()
Properties defined in this module.> |
Specifications |
getSpecifications()
Specifications defined in this module. |
String |
getVendor()
Vendor of this module. |
String |
getVersion()
Version of this module. |
void |
setImplementations(Implementations value)
Sets the value of the implementations property. |
void |
setMessages(Messages value)
Sets the value of the messages property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setVendor(String value)
Sets the value of the vendor property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Method Detail |
|---|
Specifications getSpecifications()
Specificationsvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsImplementations getImplementations()
Implementationsvoid setImplementations(Implementations value)
value - allowed object is
ImplementationsProperties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesMessages getMessages()
Messagesvoid setMessages(Messages value)
value - allowed object is
MessagesString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getVendor()
Stringvoid setVendor(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||