info.sswap.api.input
Interface EnumeratedInput

All Superinterfaces:
Input
All Known Implementing Classes:
EnumeratedInputImpl

public interface EnumeratedInput
extends Input

Represents an enumerated input where the allowed values should be chosen from a given set of values.

Author:
Evren Sirin

Method Summary
 java.net.URI getType()
          Returns owl:oneOf
 java.util.Collection<InputValue> getValues()
          Returns the allowed set of input values for this input.
 
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 owl:oneOf

Specified by:
getType in interface Input

getValues

java.util.Collection<InputValue> getValues()
Returns the allowed set of input values for this input.



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