|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationImpl
public class SpecificationImpl
| Field Summary | |
|---|---|
protected String |
identifier
|
protected Multiplicity |
multiplicity
|
protected PropertiesImpl |
properties
|
protected Scope |
scope
|
protected String |
vendor
|
protected String |
version
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
SpecificationImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationImpl instance. |
|
SpecificationImpl(SpecificationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SpecificationImpl |
clone()
Creates and returns a copy of this object. |
String |
getIdentifier()
The identifier of this specification. |
Multiplicity |
getMultiplicity()
The mandatory implementation multiplicity among a set of modules of this specification. |
Properties |
getProperties()
Properties of this specification. |
Scope |
getScope()
Scope this specification applies to. |
String |
getVendor()
The presentation vendor of this specification. |
String |
getVersion()
The version of this specification. |
void |
setIdentifier(String value)
Sets the value of the identifier property. |
void |
setMultiplicity(Multiplicity value)
Sets the value of the multiplicity property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
void |
setScope(Scope value)
Sets the value of the scope 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 class net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.ModelObjectImpl |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Field Detail |
|---|
protected PropertiesImpl properties
protected String identifier
protected String vendor
protected String version
protected Multiplicity multiplicity
protected Scope scope
| Constructor Detail |
|---|
public SpecificationImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationImpl instance.
public SpecificationImpl(SpecificationImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.jomc.impl.SpecificationImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Properties getProperties()
Specification
getProperties in interface SpecificationPropertiespublic void setProperties(Properties value)
Specification
setProperties in interface Specificationvalue - allowed object is
Propertiespublic String getIdentifier()
Specification
getIdentifier in interface SpecificationStringpublic void setIdentifier(String value)
Specification
setIdentifier in interface Specificationvalue - allowed object is
Stringpublic String getVendor()
Specification
getVendor in interface SpecificationStringpublic void setVendor(String value)
Specification
setVendor in interface Specificationvalue - allowed object is
Stringpublic String getVersion()
Specification
getVersion in interface SpecificationStringpublic void setVersion(String value)
Specification
setVersion in interface Specificationvalue - allowed object is
Stringpublic Multiplicity getMultiplicity()
SpecificationMultiplicity.ONE specifies
exactly one implementation of the specification must exist among a set of
modules. A multiplicity equal to Multiplicity.MANY specifies that many
implementations are allowed to exist among a set of modules (including none).
getMultiplicity in interface SpecificationMultiplicitypublic void setMultiplicity(Multiplicity value)
Specification
setMultiplicity in interface Specificationvalue - allowed object is
Multiplicitypublic Scope getScope()
SpecificationScope.MULTITON scope specifies that
a new implementation instance is to be created each time requested.
Scope.CONTEXT scope specifies that implementation instances are to be
bound to a system's context. Scope.SINGLETON scope specifies that
implementation instances are to be bound to a system's single instance store.
getScope in interface SpecificationScopepublic void setScope(Scope value)
Specification
setScope in interface Specificationvalue - allowed object is
Scopepublic SpecificationImpl clone()
clone in class ModelObjectImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||