com.sun.electric.database.text
Annotation Type PrefPackage.IntegerPref


@Target(value=FIELD)
@Retention(value=RUNTIME)
protected static @interface PrefPackage.IntegerPref

Indicates that a field declaration is intended to keep value of an integer option.


Required Element Summary
 int factory
          Factory default value of the annotated option.
 java.lang.String key
          Preferences key with which the annotated option is associated.
 java.lang.String node
          Preferences node path where the annotated option is stored.
 

Element Detail

node

public abstract java.lang.String node
Preferences node path where the annotated option is stored. The path is relative.


key

public abstract java.lang.String key
Preferences key with which the annotated option is associated.


factory

public abstract int factory
Factory default value of the annotated option.