|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.registry.uddi.model.TModel
public class TModel
This class represents a specific TModel.This Class should never be directly instantiated.
Field Summary | |
---|---|
private java.util.Vector |
models
Stores a reference to the set of actual TModels |
private java.lang.String |
name
Stores a reference to the name of this TModel |
Constructor Summary | |
---|---|
TModel(java.util.Vector models,
java.lang.String name)
TModel Constructor |
Method Summary | |
---|---|
org.uddi4j.datatype.binding.TModelInstanceDetails |
addTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
Adds the TModel to the tmodels if it does not already exist |
org.uddi4j.util.TModelBag |
addToTModelBag(org.uddi4j.util.TModelBag tModelBag)
This method adds this Tmodel to the tmodel bag supplied. |
java.util.List |
getActualModels()
Gets the actual UDDI TModels for this model. |
java.lang.String |
getName()
Get the name of this TModel |
org.uddi4j.datatype.binding.TModelInstanceDetails |
removeTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
Removes the TModel to the tmodels if exists |
boolean |
supportsTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
Checks to see if the TModel is supported |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector models
private java.lang.String name
Constructor Detail |
---|
public TModel(java.util.Vector models, java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public java.util.List getActualModels()
public org.uddi4j.datatype.binding.TModelInstanceDetails addTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
tmodels
- The TModelInstanceDetails list
public org.uddi4j.datatype.binding.TModelInstanceDetails removeTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
tmodels
- The TModelInstanceDetails list
TModelDoesNotExistException
public boolean supportsTModel(org.uddi4j.datatype.binding.TModelInstanceDetails tmodels)
tmodels
- The TModelInstanceDetails list to check against
public org.uddi4j.util.TModelBag addToTModelBag(org.uddi4j.util.TModelBag tModelBag)
tModelBag
- The tmodel bag to add tmodel to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |