Uses of Class
info.sswap.impl.empire.model.ReasoningServiceImpl.PropertyType

Packages that use ReasoningServiceImpl.PropertyType
info.sswap.impl.empire.model   
 

Uses of ReasoningServiceImpl.PropertyType in info.sswap.impl.empire.model
 

Fields in info.sswap.impl.empire.model declared as ReasoningServiceImpl.PropertyType
private  ReasoningServiceImpl.PropertyType ReasoningServiceImpl.PropertyInformation.type
          A type of the property (object/datatype/unknown)
 

Methods in info.sswap.impl.empire.model that return ReasoningServiceImpl.PropertyType
 ReasoningServiceImpl.PropertyType ReasoningServiceImpl.PropertyInformation.getType()
          Gets the type of the property
static ReasoningServiceImpl.PropertyType ReasoningServiceImpl.PropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReasoningServiceImpl.PropertyType[] ReasoningServiceImpl.PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.sswap.impl.empire.model with parameters of type ReasoningServiceImpl.PropertyType
ReasoningServiceImpl.PropertyInformation(ReasoningServiceImpl.PropertyType type, boolean annotation, java.lang.String range)
          Creates a new property information entry
 



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