public class StringConnectiveDescr extends RestrictionDescr
Modifier and Type | Class and Description |
---|---|
static class |
StringConnectiveDescr.RestrictionConnectiveType
The connective types that can be used for a restriction
|
Modifier and Type | Field and Description |
---|---|
static StringConnectiveDescr.RestrictionConnectiveType |
AND |
static StringConnectiveDescr.RestrictionConnectiveType |
OR |
Constructor and Description |
---|
StringConnectiveDescr(StringConnectiveDescr.RestrictionConnectiveType connective) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object object) |
StringConnectiveDescr.RestrictionConnectiveType |
getConnective() |
List<Object> |
getRestrictions() |
String |
toString() |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
public static final StringConnectiveDescr.RestrictionConnectiveType AND
public static final StringConnectiveDescr.RestrictionConnectiveType OR
public StringConnectiveDescr(StringConnectiveDescr.RestrictionConnectiveType connective)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.