Uses of Class
fi.tut.mei.matchmaking.model.xml.msg.ResourcePoolCT
-
-
Uses of ResourcePoolCT in fi.tut.mei.matchmaking.model.xml.msg
Fields in fi.tut.mei.matchmaking.model.xml.msg with type parameters of type ResourcePoolCT Modifier and Type Field Description protected List<ResourcePoolCT>
MatchmakingInputMerged. resourcePool
protected List<ResourcePoolCT>
ResourcePoolData. resourcePools
Methods in fi.tut.mei.matchmaking.model.xml.msg that return ResourcePoolCT Modifier and Type Method Description ResourcePoolCT
ObjectFactory. createResourcePoolCT()
Create an instance ofResourcePoolCT
Methods in fi.tut.mei.matchmaking.model.xml.msg that return types with arguments of type ResourcePoolCT Modifier and Type Method Description JAXBElement<ResourcePoolCT>
ObjectFactory. createResourcePool(ResourcePoolCT value)
List<ResourcePoolCT>
MatchmakingInputMerged. getResourcePool()
Gets the value of the resourcePool property.List<ResourcePoolCT>
ResourcePoolData. getResourcePools()
Gets the value of the resourcePools property.Methods in fi.tut.mei.matchmaking.model.xml.msg with parameters of type ResourcePoolCT Modifier and Type Method Description JAXBElement<ResourcePoolCT>
ObjectFactory. createResourcePool(ResourcePoolCT value)
-