public class

ContentTypeEnumProperty

extends ImportedProperty
java.lang.Object
   ↳ com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
     ↳ com.atlassian.confluence.importexport.xmlimport.model.ContentTypeEnumProperty

Class Overview

Maps ContentTypeEnums. Because nullSafeSet(PreparedStatement, Object, int) does not match the behaviour expected by EnumProperty.

Summary

Public Constructors
ContentTypeEnumProperty(String name, String value)
Public Methods
ContentTypeEnum getEnumValueByRepresentation()
[Expand]
Inherited Methods
From class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
From class java.lang.Object

Public Constructors

public ContentTypeEnumProperty (String name, String value)

Public Methods

public ContentTypeEnum getEnumValueByRepresentation ()