public class InputField extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
String |
getOrigin() |
int |
hashCode() |
static InputField |
of(String origin,
String name)
Creates an instance of an input field.
|
public String getOrigin()
public String getName()
public static InputField of(String origin, String name)
origin
- the name of the operation which created this input fieldname
- the associated with the input fieldInputField
Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.