com.atlassian.jira.issue.fields
Interface CustomFieldFactory

All Known Implementing Classes:
DefaultCustomFieldFactory

@PublicApi
public interface CustomFieldFactory

Factory responsible of instantiating CustomField objects.


Method Summary
 CustomField copyOf(CustomField customField)
          Creates a new instance of CustomField, which is a copy of the given one.
 CustomField create(org.ofbiz.core.entity.GenericValue genericValue)
          Creates a new instance of CustomField.
 

Method Detail

create

CustomField create(org.ofbiz.core.entity.GenericValue genericValue)
Creates a new instance of CustomField.

Parameters:
genericValue - A GenericValue that represents the custom field.
Returns:
A new instance of CustomField, created from the given generic value.

copyOf

CustomField copyOf(CustomField customField)
Creates a new instance of CustomField, which is a copy of the given one.

Parameters:
customField - The CustomField to copy from.
Returns:
A new instance of CustomField, copied from the given one.


Copyright © 2002-2014 Atlassian. All Rights Reserved.