public class IdentityConstraint extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Field[] |
fields
fields of this constraint.
|
String |
localName
local name of the identity constraint.
|
String |
namespaceURI
namespace URI of the identity constraint.
|
XPath[] |
selectors
selectors of the identity constraint.
|
Constructor and Description |
---|
IdentityConstraint(String namespaceURI,
String localName,
XPath[] selectors,
Field[] fields) |
public final XPath[] selectors
public final String namespaceURI
public final String localName
public final Field[] fields
Copyright © 2016 Oracle Corporation. All rights reserved.