public class VDPViewFields extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
Constructor and Description |
---|
VDPViewFields(Collection<String> fieldNames,
Collection<String> mandatoryFields) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getFieldNames()
Gets all the field names of the view.
|
Collection<String> |
getMandatoryFields()
Gets the names of the mandatory fields of the view.
|
boolean |
isMandatory(String fieldName) |
String |
toString() |
protected static final long serialVersionUID
public VDPViewFields(Collection<String> fieldNames, Collection<String> mandatoryFields)
public boolean isMandatory(String fieldName)
fieldName
- the field name to check if it is mandatory.public Collection<String> getFieldNames()
public Collection<String> getMandatoryFields()
Copyright © 2021 Denodo Technologies. All rights reserved.