net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc
Interface Module

All Superinterfaces:
ModelObject
All Known Implementing Classes:
ModuleImpl

public interface Module
extends ModelObject

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.pub.indexed.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getSpecifications

Specifications getSpecifications()
Specifications defined in this module.

Returns:
possible object is Specifications

setSpecifications

void setSpecifications(Specifications value)
Sets the value of the specifications property.

Parameters:
value - allowed object is Specifications

getImplementations

Implementations getImplementations()
Implementations defined in this module.

Returns:
possible object is Implementations

setImplementations

void setImplementations(Implementations value)
Sets the value of the implementations property.

Parameters:
value - allowed object is Implementations

getProperties

Properties getProperties()
Properties defined in this module.>

Returns:
possible object is Properties

setProperties

void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getMessages

Messages getMessages()
Messages defined in this module.

Returns:
possible object is Messages

setMessages

void setMessages(Messages value)
Sets the value of the messages property.

Parameters:
value - allowed object is Messages

getName

String getName()
Name of this module.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getVersion

String getVersion()
Version of this module.

Returns:
possible object is String

setVersion

void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getVendor

String getVendor()
Vendor of this module.

Returns:
possible object is String

setVendor

void setVendor(String value)
Sets the value of the vendor property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.