com.atlassian.jira.imports.project.customfield
Class ProjectCustomFieldImporter.MappedCustomFieldValue

java.lang.Object
  extended by com.atlassian.jira.imports.project.customfield.ProjectCustomFieldImporter.MappedCustomFieldValue
Enclosing interface:
ProjectCustomFieldImporter

public static class ProjectCustomFieldImporter.MappedCustomFieldValue
extends Object

A simple class that is used to return a value/parentKey pair of new "mapped" values for a custom field.


Constructor Summary
ProjectCustomFieldImporter.MappedCustomFieldValue(String value)
           
ProjectCustomFieldImporter.MappedCustomFieldValue(String value, String parentKey)
           
 
Method Summary
 String getParentKey()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectCustomFieldImporter.MappedCustomFieldValue

public ProjectCustomFieldImporter.MappedCustomFieldValue(String value)

ProjectCustomFieldImporter.MappedCustomFieldValue

public ProjectCustomFieldImporter.MappedCustomFieldValue(String value,
                                                         String parentKey)
Method Detail

getParentKey

public String getParentKey()

getValue

public String getValue()


Copyright © 2002-2008 Atlassian. All Rights Reserved.