public class ValidationParameter extends Object implements Serializable
| Constructor and Description |
|---|
ValidationParameter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Deprecated.
Returns the displayName of parameter.
|
String |
getId()
Deprecated.
Get the unique identifier for the validation parameter.
|
String |
getName()
Deprecated.
Returns the name of parameter.
|
String |
getValue()
Deprecated.
Returns the value of parameter.
|
boolean |
getVisible()
Deprecated.
Returns the visibility of parameter.
|
void |
setDisplayName(String displayName)
Deprecated.
Sets the displayName of parameter.
|
void |
setId(String id)
Deprecated.
Sets the unique identifier for the validation parameter.
|
void |
setName(String name)
Deprecated.
Sets the name of parameter.
|
void |
setValue(String value)
Deprecated.
Sets the value of parameter.
|
void |
setVisible(boolean visible)
Deprecated.
Sets the visibility of parameter.
|
public String getId()
public void setId(String id)
id - The unique identifier for the validation parameter.public String getName()
public void setName(String name)
name - the name to setpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - the displayName to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean getVisible()
public void setVisible(boolean visible)
visible - the visible to setCopyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.