org.tridas.annotations
Annotation Type TridasCustomDictionary


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface TridasCustomDictionary

Author:
Lucas Madar

Required Element Summary
 String dictionary
          The name of the custom directory, given the type namespace
 TridasCustomDictionaryType type
          The custom dictionary type (e.g.
 
Optional Element Summary
 String identifierField
          The String identifier field name given in a generic field for the computer-based ID
 TridasCustomDictionarySortType sortType
          The sort method
 

Element Detail

type

public abstract TridasCustomDictionaryType type
The custom dictionary type (e.g. Corina), or perhaps some other source


dictionary

public abstract String dictionary
The name of the custom directory, given the type namespace

identifierField

public abstract String identifierField
The String identifier field name given in a generic field for the computer-based ID

Default:
""

sortType

public abstract TridasCustomDictionarySortType sortType
The sort method

Default:
org.tridas.annotations.TridasCustomDictionarySortType.NONE


Copyright © 2011 TRiDaS. All Rights Reserved.