Constant Field Values

Contents

org.gvsig.*

  • org.gvsig.expressionevaluator.impl.function.foldersmanager.GetFolderFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "GETFOLDER"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.HomeFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "HOME"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.LastPathFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LASTPATH"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.SetFolderFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SETFOLDER"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.SetLastPathFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SETLASTPATH"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.SetTemporaryFolderFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SETTEMPORARYFOLDER"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.TemporaryFileFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TEMPORARYFILE"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.TemporaryFolderFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TEMPORARYFOLDER"
  • org.gvsig.expressionevaluator.impl.function.foldersmanager.UniqueTemporaryFileFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UNIQUETEMPORARYFILE"
  • org.gvsig.expressionevaluator.impl.function.programming.$HostExpressionFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ID$"
    public static final String
    "IN"
    public static final String
    "INOUT"
    public static final String
    "OUT"
  • org.gvsig.expressionevaluator.impl.function.programming.BreakFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BREAK"
  • org.gvsig.expressionevaluator.impl.function.programming.CallFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CALL"
  • org.gvsig.expressionevaluator.impl.function.programming.CallMethodFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CALL_METHOD"
  • org.gvsig.expressionevaluator.impl.function.programming.CallStaticMethodFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CALL_STATIC"
  • org.gvsig.expressionevaluator.impl.function.programming.CaseFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CASE"
  • org.gvsig.expressionevaluator.impl.function.programming.CodeBlockFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BLOCK"
  • org.gvsig.expressionevaluator.impl.function.programming.CodeBlockWithExceptFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BLOCK_EXCEPT"
  • org.gvsig.expressionevaluator.impl.function.programming.CreateFnFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "CREATE_FUNCTION"
  • org.gvsig.expressionevaluator.impl.function.programming.FileFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FILE"
  • org.gvsig.expressionevaluator.impl.function.programming.ForEachFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FOREACH"
  • org.gvsig.expressionevaluator.impl.function.programming.ForFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "FOR"
  • org.gvsig.expressionevaluator.impl.function.programming.GetDisposableInfoFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "getDisposableInfo"
  • org.gvsig.expressionevaluator.impl.function.programming.ImportFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "IMPORT"
  • org.gvsig.expressionevaluator.impl.function.programming.LabeledValueFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LABELEDVALUE"
  • org.gvsig.expressionevaluator.impl.function.programming.LenFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LEN"
  • org.gvsig.expressionevaluator.impl.function.programming.PrintFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PRINT"
  • org.gvsig.expressionevaluator.impl.function.programming.ReturnFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RETURN"
  • org.gvsig.expressionevaluator.impl.function.programming.SwingBlockFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SWING"
  • org.gvsig.expressionevaluator.impl.function.programming.TryFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TRY"
  • org.gvsig.expressionevaluator.impl.function.programming.UserFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "USER"
  • org.gvsig.expressionevaluator.impl.function.programming.VarFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "VAR"
  • org.gvsig.expressionevaluator.impl.function.programming.WhileFunction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "WHILE"