public class FieldSet extends Object
| Constructor and Description |
|---|
FieldSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(XField field) |
void |
clear() |
boolean |
contains(XField field) |
void |
copyFrom(FieldSet other) |
boolean |
isBottom() |
boolean |
isEmpty() |
boolean |
isIntersectionNonEmpty(FieldSet other) |
boolean |
isTop() |
boolean |
isValid() |
void |
mergeWith(FieldSet other) |
boolean |
sameAs(FieldSet other) |
void |
setBottom() |
void |
setTop() |
String |
toString() |
public void setTop()
public boolean isTop()
public void setBottom()
public boolean isBottom()
public boolean isValid()
public boolean isEmpty()
public void clear()
public void addField(XField field)
public boolean contains(XField field)
public void mergeWith(FieldSet other)
public boolean sameAs(FieldSet other)
public void copyFrom(FieldSet other)
public boolean isIntersectionNonEmpty(FieldSet other)
Copyright © 2003–2015. All rights reserved.