Uses of Class
edu.cornell.mannlib.vitro.webapp.visualization.constants.VOConstants.EntityClassType
-
Packages that use VOConstants.EntityClassType Package Description edu.cornell.mannlib.vitro.webapp.visualization.constants edu.cornell.mannlib.vitro.webapp.visualization.valueobjects -
-
Uses of VOConstants.EntityClassType in edu.cornell.mannlib.vitro.webapp.visualization.constants
Methods in edu.cornell.mannlib.vitro.webapp.visualization.constants that return VOConstants.EntityClassType Modifier and Type Method Description static VOConstants.EntityClassTypeVOConstants.EntityClassType. valueOf(String name)Returns the enum constant of this type with the specified name.static VOConstants.EntityClassType[]VOConstants.EntityClassType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VOConstants.EntityClassType in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects
Methods in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects that return VOConstants.EntityClassType Modifier and Type Method Description VOConstants.EntityClassTypeSubEntity. getEntityClass()Methods in edu.cornell.mannlib.vitro.webapp.visualization.valueobjects with parameters of type VOConstants.EntityClassType Modifier and Type Method Description voidSubEntity. setEntityClass(VOConstants.EntityClassType entityClass)
-