public static class CustomVariable.Builder
Mutable for builder for setting up unnecessary properties of class CustomVariable
.
class CustomVariable
Constructor and Description |
---|
Builder()
Mutable for builder for setting up unnecessary properties of
class CustomVariable . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllValue() |
java.lang.String |
getDisplayName() |
HidingMode |
getHidingMode() |
boolean |
getIncludeAllValue() |
boolean |
getMultiValuesAllowed() |
void |
setAllValue(java.lang.String p) |
void |
setDisplayName(java.lang.String p) |
void |
setHidingMode(HidingMode p) |
void |
setIncludeAllValue(boolean p) |
void |
setMultiValuesAllowed(boolean p) |
public Builder()
Mutable for builder for setting up unnecessary properties of class CustomVariable
.
class CustomVariable
public java.lang.String getDisplayName()
public void setDisplayName(java.lang.String p)
public HidingMode getHidingMode()
public void setHidingMode(HidingMode p)
public boolean getMultiValuesAllowed()
public void setMultiValuesAllowed(boolean p)
public boolean getIncludeAllValue()
public void setIncludeAllValue(boolean p)
public java.lang.String getAllValue()
public void setAllValue(java.lang.String p)