public class UniqueConstraint extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
columnName |
protected String |
name |
| Constructor and Description |
|---|
UniqueConstraint() |
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–2017 The Apache Software Foundation. All rights reserved.