public class Argument
extends Object
Class to represent a SPIN argument.
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
valueType
private final IRI valueType
-
optional
private final boolean optional
-
defaultValue
private final Value defaultValue
-
Constructor Details
-
Argument
public Argument(IRI IRI,
IRI valueType,
boolean optional,
Value defaultValue)
-
Method Details
-
getPredicate
public IRI getPredicate()
-
getValueType
public IRI getValueType()
-
isOptional
public boolean isOptional()
-
getDefaultValue
public Value getDefaultValue()
-