Uses of Enum Class
dev.jcputney.elearning.parser.input.lom.types.Name
Packages that use Name
-
Uses of Name in dev.jcputney.elearning.parser.input.lom.types
Methods in dev.jcputney.elearning.parser.input.lom.types that return NameModifier and TypeMethodDescriptionstatic NameReturns the enum constant of this class with the specified name.static Name[]Name.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 NameModifier and TypeMethodDescriptionOrComposite.getName()Retrieves the name associated with the current object.Method parameters in dev.jcputney.elearning.parser.input.lom.types with type arguments of type NameModifier and TypeMethodDescriptionvoidOrComposite.setName(SourceValuePair<Name> name) Sets the name associated with the current object.