public class Argument
extends Object
Class to represent a SPIN argument.
-
Constructor Summary
Constructors
-
Method Summary
-
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()
-