com.atlassian.confluence.importexport.xmlimport.model
Class ContentTypeEnumProperty

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
      extended by com.atlassian.confluence.importexport.xmlimport.model.ContentTypeEnumProperty

public class ContentTypeEnumProperty
extends ImportedProperty

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


Constructor Summary
ContentTypeEnumProperty(String name, String value)
           
 
Method Summary
 ContentTypeEnum getEnumValueByRepresentation()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentTypeEnumProperty

public ContentTypeEnumProperty(String name,
                               String value)
Method Detail

getEnumValueByRepresentation

public ContentTypeEnum getEnumValueByRepresentation()
                                             throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2003-2012 Atlassian. All Rights Reserved.