ecologylab.xml
Annotation Type ElementState.xml_format


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Inherited
public static @interface ElementState.xml_format

Optional metalanguage declaration. Enables specificaition of one or more formatting strings. Only affects ScalarTyped Fields (ignored otherwise). The format string will be passed to the ScalarType for type-specific interpretation.

An example of use is to pass DateFormat info to the DateType.

Author:
andruid, toupsz

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value