info.sswap.api.input
Interface AtomicInput

All Superinterfaces:
Input
All Known Implementing Classes:
AtomicInputImpl

public interface AtomicInput
extends Input

Represents an atomic input type for named classes or datatypes. This input type is typically used for classes that do not define any further restrictions though the datatype URI might have built-in restrictions. For example, the type xsd:integer indicates that the input value should be a valid integer value.

Author:
Evren Sirin

Method Summary
 java.net.URI getType()
          Returns the type of the named class or datatype.
 
Methods inherited from interface info.sswap.api.input.Input
accept, getDescription, getLabel, getPropertyInput, getValue, isUnrestricted, setDescription, setLabel, setPropertyInput, setValue
 

Method Detail

getType

java.net.URI getType()
Returns the type of the named class or datatype.

Specified by:
getType in interface Input


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.