public class DataStructureTableConstraintModel extends Object
| Constructor and Description |
|---|
DataStructureTableConstraintModel() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumns()
Gets the columns.
|
String[] |
getModifiers()
Gets the modifiers.
|
String |
getName()
Gets the name.
|
void |
setColumns(String[] columns)
Sets the columns.
|
void |
setModifiers(String[] modifiers)
Sets the modifiers.
|
void |
setName(String name)
Sets the name.
|
public String getName()
public void setName(String name)
name - the new namepublic String[] getModifiers()
public void setModifiers(String[] modifiers)
modifiers - the new modifierspublic String[] getColumns()
public void setColumns(String[] columns)
columns - the new columnsCopyright © 2010–2018 Eclipse Foundation. All rights reserved.