Module org.scijava.ops.engine
Package org.scijava.ops.engine.struct
Class ConvertedParameterMember<T>
- java.lang.Object
-
- org.scijava.ops.engine.struct.ConvertedParameterMember<T>
-
-
Constructor Summary
Constructors Constructor Description ConvertedParameterMember(Member<T> original, FunctionalMethodType newType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()static <M> ConvertedParameterMember<M>from(Member<M> original, FunctionalMethodType newType)ItemIOgetIOType()booleanisRequired()Stringkey()StringtoString()Typetype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.scijava.struct.Member
childStruct, createInstance, isInput, isOutput, isStruct, rawType
-
-
-
-
Constructor Detail
-
ConvertedParameterMember
public ConvertedParameterMember(Member<T> original, FunctionalMethodType newType)
-
-
Method Detail
-
from
public static <M> ConvertedParameterMember<M> from(Member<M> original, FunctionalMethodType newType)
-
description
public String description()
- Specified by:
descriptionin interfaceMember<T>
-
isRequired
public boolean isRequired()
- Specified by:
isRequiredin interfaceMember<T>
-
-