Uses of Class
edu.cornell.mannlib.vitro.webapp.dao.jena.VitroModelSource.ModelName
-
Packages that use VitroModelSource.ModelName Package Description edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of VitroModelSource.ModelName in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return VitroModelSource.ModelName Modifier and Type Method Description static VitroModelSource.ModelNameVitroModelSource. getModelName(String string)Returns null if the string is not a ModelName.static VitroModelSource.ModelNameVitroModelSource.ModelName. valueOf(String name)Returns the enum constant of this type with the specified name.static VitroModelSource.ModelName[]VitroModelSource.ModelName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-