|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
System object instance interface.
Method Summary | |
Domain |
findDomain(java.lang.String pDomainName)
Finds domain with the given name or returns null if not found |
Servicemodule |
findServicemodule(java.lang.String pServicemoduleName)
Finds servicemodule with the given name or returns null if not found |
java.util.Collection |
getAvailableDatatypes()
Returns read-only collection of all data types available for use in this system Includes all own types, enterprise dictionary types and types from all used systems |
java.util.Collection |
getClientDependencies()
Returns the value of reference clientDependencies. |
java.util.Collection |
getClients()
Returns unmodifiable collection of Systems which are depending on this System |
java.util.Collection |
getCombinedTypes()
Returns list of DataTypes, Structures and Messages used in the System. |
DataDictionary |
getDataDictionary()
Returns the value of reference dataDictionary. |
Domain |
getDomain(java.lang.String pDomainName)
Finds domain with the given name or throws exception if not found |
java.util.Collection |
getDomains()
Returns the value of reference domains. |
Enterprise |
getEnterprise()
Returns the value of reference enterprise. |
java.util.Collection |
getServantDependencies()
Returns the value of reference servantDependencies. |
java.util.Collection |
getServants()
Returns unmodifiable collection of Systems which this System depends on. |
Servicemodule |
getServicemodule(java.lang.String pServicemoduleName)
Finds servicemodule with the given name or throws exception if not found |
java.util.Collection |
getServicemodules()
Returns the value of reference servicemodules. |
UsageSpecification |
getUsageSpecification()
Returns the value of reference usageSpecification. |
void |
setDataDictionary(DataDictionary newValue)
Sets the value of reference dataDictionary. |
void |
setEnterprise(Enterprise newValue)
Sets the value of reference enterprise. |
void |
setUsageSpecification(UsageSpecification newValue)
Sets the value of reference usageSpecification. |
Methods inherited from interface com.metaboss.sdlctools.models.metabossmodel.ModelElement |
findAttachment, getAttachment, getAttachments, getCombinedContents, getContents, getDescription, getDiagramModelElements, getName, getOwnerIdentifier, getRef, getReferencedElements, getTags, isContainedWithin, isDerived, mayContain, mayContainWithin, setDescription, setName, setOwnerIdentifier |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public Servicemodule getServicemodule(java.lang.String pServicemoduleName)
pServicemoduleName
-
public Servicemodule findServicemodule(java.lang.String pServicemoduleName)
pServicemoduleName
-
public java.util.Collection getAvailableDatatypes()
public Domain getDomain(java.lang.String pDomainName)
pDomainName
-
public Domain findDomain(java.lang.String pDomainName)
pDomainName
-
public java.util.Collection getClients()
public java.util.Collection getServants()
public java.util.Collection getCombinedTypes()
public UsageSpecification getUsageSpecification()
public void setUsageSpecification(UsageSpecification newValue)
getUsageSpecification()
for description on the reference.
newValue
- New value to be set.public DataDictionary getDataDictionary()
public void setDataDictionary(DataDictionary newValue)
getDataDictionary()
for description on the reference.
newValue
- New value to be set.public java.util.Collection getDomains()
public java.util.Collection getClientDependencies()
public java.util.Collection getServicemodules()
public Enterprise getEnterprise()
public void setEnterprise(Enterprise newValue)
getEnterprise()
for
description on the reference.
newValue
- New value to be set.public java.util.Collection getServantDependencies()
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |