|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use APIConsumerDefinition | |
|---|---|
| org.embl.ebi.escience.scuflworkers.apiconsumer | |
| Uses of APIConsumerDefinition in org.embl.ebi.escience.scuflworkers.apiconsumer |
|---|
| Methods in org.embl.ebi.escience.scuflworkers.apiconsumer that return APIConsumerDefinition | |
|---|---|
APIConsumerDefinition |
APIConsumerProcessor.getDefinition()
|
| Constructors in org.embl.ebi.escience.scuflworkers.apiconsumer with parameters of type APIConsumerDefinition | |
|---|---|
APIConsumerProcessor(ScuflModel model,
java.lang.String name,
APIConsumerDefinition definition)
|
|
APIConsumerProcessorFactory(APIConsumerDefinition def)
public APIConsumerProcessorFactory(Element e) { String methodName = e.getAttributeValue("name","No method!"); setName(methodName); Element descriptionElement = e.getChild("Description"); if (descriptionElement != null) { setDescription(descriptionElement.getTextTrim()); } } |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||