com.force.sdk.jpa.annotation
Annotation Type PicklistValue


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface PicklistValue

PicklistValue annotation allows a developer to specify an enum of allowable values for a picklist field type.

Author:
Fiaz Hossain

Required Element Summary
 Class<? extends Enum<?>> value
          Enum of picklist values.
 

Element Detail

value

public abstract Class<? extends Enum<?>> value
Enum of picklist values.



Copyright © 2011. All Rights Reserved.