com.atlassian.theplugin.commons.crucible.api.model
Interface CustomFieldDef

All Known Implementing Classes:
CustomFieldDefBean

public interface CustomFieldDef

Created by IntelliJ IDEA. User: marek Date: Jun 11, 2008 Time: 12:53:55 PM To change this template use File | Settings | File Templates.


Method Summary
 int getConfigVersion()
           
 CustomFieldValue getDefaultValue()
           
 java.lang.String getFieldScope()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 CustomFieldValueType getType()
           
 java.util.List<CustomFieldValue> getValues()
           
 

Method Detail

getType

CustomFieldValueType getType()

getConfigVersion

int getConfigVersion()

getFieldScope

java.lang.String getFieldScope()

getName

java.lang.String getName()

getLabel

java.lang.String getLabel()

getDefaultValue

CustomFieldValue getDefaultValue()

getValues

java.util.List<CustomFieldValue> getValues()


Copyright © 2008-2009 Atlassian Pty Ltd. All Rights Reserved.