|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Implementation
Implementation meta-data.
An implementation consists of the properties identifier, name,
class, location, description, vendor and
version. Property identifier holds an identifier uniquely
identifying the implementation in a set of implementations. Property
name holds a name of the implementation uniquely identifying the
implementation for a specification. Property class holds the name of the
class providing implementation instances. Property location holds a
location URI used for locating implementation instances. Property
description holds a textual description. Property vendor holds
vendor information for the vendor providing the implementation. Property
version holds a textual version of the implementation.
Properties, dependencies and specifications may be inherited from a
parent. Property final flags an implementation as the final node
in an inheritance hierarchy.
The stateless flag indicates that an implementation does not retain
state across operations.
| Method Summary | |
|---|---|
String |
getClazz()
The name of the class providing instances of this implementation. |
Dependencies |
getDependencies()
Dependencies of this implementation. |
String |
getIdentifier()
The identifier of this implementation. |
String |
getLocation()
The location URI used for locating instances of this implementation. |
Messages |
getMessages()
Messages of this implementation. |
String |
getName()
The name of this implementation. |
String |
getParent()
Identifier of an implementation this implementation inherits from. |
Properties |
getProperties()
Properties of this implementation. |
Specifications |
getSpecifications()
Specifications implemented by this implementation. |
String |
getVendor()
The presentation vendor of this implementation. |
String |
getVersion()
The version of this implementation. |
boolean |
isFinal()
Flags this implementation the final node in an inheritance hierarchy. |
boolean |
isStateless()
Flags this implementation stateless. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setDependencies(Dependencies value)
Sets the value of the dependencies property. |
void |
setFinal(Boolean value)
Sets the value of the final property. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setMessages(Messages value)
Sets the value of the messages property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParent(String value)
Sets the value of the parent property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setSpecifications(Specifications value)
Sets the value of the specifications property. |
void |
setStateless(Boolean value)
Sets the value of the stateless 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.prot.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Method Detail |
|---|
Specifications getSpecifications()
Specificationsvoid setSpecifications(Specifications value)
value - allowed object is
SpecificationsDependencies getDependencies()
Dependenciesvoid setDependencies(Dependencies value)
value - allowed object is
DependenciesProperties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesMessages getMessages()
Messagesvoid setMessages(Messages value)
value - allowed object is
MessagesString getIdentifier()
Stringvoid setIdentifier(String value)
value - allowed object is
StringString getName()
Stringvoid setName(String value)
value - allowed object is
StringString getClazz()
Stringvoid setClazz(String value)
value - allowed object is
StringString getLocation()
Stringvoid setLocation(String value)
value - allowed object is
StringString getVendor()
Stringvoid setVendor(String value)
value - allowed object is
StringString getVersion()
Stringvoid setVersion(String value)
value - allowed object is
StringString getParent()
Stringvoid setParent(String value)
value - allowed object is
Stringboolean isFinal()
Booleanvoid setFinal(Boolean value)
value - allowed object is
Booleanboolean isStateless()
Booleanvoid setStateless(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||