Uses of Class
eu.europa.data.europass.model.credentials_.TextContentTypeCodeEnumType
-
Packages that use TextContentTypeCodeEnumType Package Description eu.europa.data.europass.model.credentials_ -
-
Uses of TextContentTypeCodeEnumType in eu.europa.data.europass.model.credentials_
Methods in eu.europa.data.europass.model.credentials_ that return TextContentTypeCodeEnumType Modifier and Type Method Description static TextContentTypeCodeEnumTypeTextContentTypeCodeEnumType. fromValue(String v)TextContentTypeCodeEnumTypeTextType. getContentType()Gets the value of the contentType property.static TextContentTypeCodeEnumTypeTextContentTypeCodeEnumType. valueOf(String name)Returns the enum constant of this type with the specified name.static TextContentTypeCodeEnumType[]TextContentTypeCodeEnumType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.data.europass.model.credentials_ with parameters of type TextContentTypeCodeEnumType Modifier and Type Method Description voidTextType. setContentType(TextContentTypeCodeEnumType value)Sets the value of the contentType property.
-