public class UniqueConstraint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
columnName |
protected String |
name |
| Constructor and Description |
|---|
UniqueConstraint() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getColumnName()
Gets the value of the columnName property.
|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
public List<String> getColumnName()
set method for the columnName property.
For example, to add a new item, do as follows:
getColumnName().add(newItem);
Objects of the following type(s) are allowed in the list
Stringpublic String getName()
StringCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.