public class GraphOperatorOutputItemType extends Object implements Serializable
Constructor and Description |
---|
GraphOperatorOutputItemType(boolean wildcard,
String typeOrClassname,
List<GraphOperatorOutputItemType> typeParameters) |
Modifier and Type | Method and Description |
---|---|
String |
getTypeOrClassname() |
List<GraphOperatorOutputItemType> |
getTypeParameters() |
boolean |
isWildcard() |
public GraphOperatorOutputItemType(boolean wildcard, String typeOrClassname, List<GraphOperatorOutputItemType> typeParameters)
public boolean isWildcard()
public String getTypeOrClassname()
public List<GraphOperatorOutputItemType> getTypeParameters()
Copyright © 2005–2019. All rights reserved.