|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.datatransformation.datatransformationservice.StubsToModelUtils
public class StubsToModelUtils
| Constructor Summary | |
|---|---|
StubsToModelUtils()
|
|
| Method Summary | |
|---|---|
static ArrayOfContentTypes |
contentTypeArrayToStub(java.util.ArrayList<org.gcube.datatransformation.datatransformationlibrary.model.ContentType> contentTypesList)
Returns an array of stub ContentType from an ArrayList of model org.gcube.datatransformation.datatransformationlibrary.model.ContentType |
static org.gcube.datatransformation.datatransformationlibrary.model.ContentType |
contentTypeFromStub(ContentType contentType)
Returns a model org.gcube.datatransformation.datatransformationlibrary.model.ContentType from a stub ContentType |
static ContentType |
contentTypeToStub(org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentType)
Returns a stub ContentType from a model org.gcube.datatransformation.datatransformationlibrary.model.ContentType. |
static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input |
inputFromStub(Input stubInput)
Returns model's Input constructed from stubs Input |
static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output |
outputFromStub(Output stubOutput)
Returns model's Output constructed from stubs Output |
static org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] |
parametersFromStub(Parameter[] parameters)
Returns an array of org.gcube.datatransformation.datatransformationlibrary.model.Parameter from an array of Parameter |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StubsToModelUtils()
| Method Detail |
|---|
public static org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentTypeFromStub(ContentType contentType)
throws java.lang.Exception
org.gcube.datatransformation.datatransformationlibrary.model.ContentType from a stub ContentType
contentType - The stub ContentType
org.gcube.datatransformation.datatransformationlibrary.model.ContentType
java.lang.Exception - If an error in conversion occurred.public static org.gcube.datatransformation.datatransformationlibrary.model.Parameter[] parametersFromStub(Parameter[] parameters)
org.gcube.datatransformation.datatransformationlibrary.model.Parameter from an array of Parameter
parameters - The array of Parameter
org.gcube.datatransformation.datatransformationlibrary.model.Parameter
public static ContentType contentTypeToStub(org.gcube.datatransformation.datatransformationlibrary.model.ContentType contentType)
throws java.lang.Exception
ContentType from a model org.gcube.datatransformation.datatransformationlibrary.model.ContentType.
contentType - The model org.gcube.datatransformation.datatransformationlibrary.model.ContentType
ContentType
java.lang.Exception - If an error in conversion occurred.public static ArrayOfContentTypes contentTypeArrayToStub(java.util.ArrayList<org.gcube.datatransformation.datatransformationlibrary.model.ContentType> contentTypesList)
ContentType from an ArrayList of model org.gcube.datatransformation.datatransformationlibrary.model.ContentType
contentTypesList - The ArrayList of model org.gcube.datatransformation.datatransformationlibrary.model.ContentType
ContentTypespublic static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Input inputFromStub(Input stubInput)
stubInput -
public static org.gcube.datatransformation.datatransformationlibrary.datahandlers.model.Output outputFromStub(Output stubOutput)
stubInput -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||