Uses of Enum Class
org.jdom2.Content.CType
Packages that use Content.CType
-
Uses of Content.CType in org.jdom2
Subclasses with type arguments of type Content.CType in org.jdom2Modifier and TypeClassDescriptionstatic enumAn enumeration useful for identifying content types without having to doinstanceoftype conditionals.Fields in org.jdom2 declared as Content.CTypeModifier and TypeFieldDescriptionprotected final Content.CTypeContent.ctypeThe content type enumerate value for this ContentMethods in org.jdom2 that return Content.CTypeModifier and TypeMethodDescriptionfinal Content.CTypeContent.getCType()All content has an enumerated type expressing the type of content.static Content.CTypeReturns the enum constant of this class with the specified name.static Content.CType[]Content.CType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jdom2 with parameters of type Content.CTypeModifierConstructorDescriptionprotectedContent(Content.CType type) Create a new Content instance of a particular type.protectedText(Content.CType ctype) CData type extends Text, and it needs to be able to change the Content type of this Content.