UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de desarrollador

Última actualización 21 de may. de 2026

Obtener campo

UiPath.Java.Activities.GetJavaField

Devuelve un campo público de una variable JavaObject especificada o de un campo estático público dentro de una clase.

Nota:

El paquete de actividades Java ahora es compatible con .NET 5 Windows.

Propiedades

Común

  • DisplayName - The display name of the activity. This field supports only String variables.

Entrada

  • FieldName - The name of the field that you want to return as a JavaObject variable. This field supports only String variables.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • Result - The Java field, stored in a JavaObject variable.

Destino

  • TargetObject - The JavaObject which contains the field you want to retrieve. This field supports only JavaObject variables. Setting a variable in this field disables the TargetType property field.
  • TargetType - The name of the Java class which contains the field you want to retrieve. This field supports only strings and String variables. Setting a variable in this field disables the TargetObject property field.
    Nota:

    The TargetType property must be specified in the form package.name.ClassName. For example, if we have a package called com.package.example which contains the class User.Profile, which we want to use, then the TargetType property should look like com.package.example.User.Profile.

  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida
  • Destino

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado