-
public abstract class GAArgumentValue
-
-
Field Summary
Fields Modifier and Type Field Description private final GAArgumentValueTypetype
-
Constructor Summary
Constructors Constructor Description GAArgumentValue(GAArgumentValueType type)
-
Method Summary
Modifier and Type Method Description final GAArgumentValueTypegetType()-
-
Constructor Detail
-
GAArgumentValue
GAArgumentValue(GAArgumentValueType type)
-
-
Method Detail
-
getType
final GAArgumentValueType getType()
-
-
-
-