public class ComponentConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentConfig.OperationEnum
Gets or Sets operation
|
| Constructor and Description |
|---|
ComponentConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ComponentConfig |
field(String field) |
ComponentConfig |
fixed(String fixed) |
String |
getField()
Get field
|
String |
getFixed()
Get fixed
|
ComponentConfig.OperationEnum |
getOperation()
Get operation
|
String |
getPostfix()
Get postfix
|
String |
getPrefix()
Get prefix
|
String |
getRelation()
Get relation
|
String |
getSeparator()
Get separator
|
int |
hashCode() |
ComponentConfig |
operation(ComponentConfig.OperationEnum operation) |
ComponentConfig |
postfix(String postfix) |
ComponentConfig |
prefix(String prefix) |
ComponentConfig |
relation(String relation) |
ComponentConfig |
separator(String separator) |
void |
setField(String field) |
void |
setFixed(String fixed) |
void |
setOperation(ComponentConfig.OperationEnum operation) |
void |
setPostfix(String postfix) |
void |
setPrefix(String prefix) |
void |
setRelation(String relation) |
void |
setSeparator(String separator) |
String |
toString() |
public ComponentConfig relation(String relation)
public String getRelation()
public void setRelation(String relation)
public ComponentConfig field(String field)
public String getField()
public void setField(String field)
public ComponentConfig fixed(String fixed)
public String getFixed()
public void setFixed(String fixed)
public ComponentConfig separator(String separator)
public String getSeparator()
public void setSeparator(String separator)
public ComponentConfig prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public ComponentConfig postfix(String postfix)
public String getPostfix()
public void setPostfix(String postfix)
public ComponentConfig operation(ComponentConfig.OperationEnum operation)
public ComponentConfig.OperationEnum getOperation()
public void setOperation(ComponentConfig.OperationEnum operation)
Copyright © 2019 LeanIX GmbH. All rights reserved.