Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Type
Packages that use Type
-
Uses of Type in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return TypeModifier and TypeMethodDescriptionstatic TypeReturns the enum constant of this class with the specified name.static Type[]Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.jcputney.elearning.parser.input.lom.types that return types with arguments of type TypeModifier and TypeMethodDescriptionOrComposite.getType()Retrieves the type associated with the current object.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type TypeModifier and TypeMethodDescriptionvoidOrComposite.setType(SourceValuePair<Type> type) Sets the type associated with the current object.