public class NSFViewColumn extends Object implements Serializable
This class does not retain any handles to C-side memory and is serializable.
Constructor and Description |
---|
NSFViewColumn(String name,
byte[] formulaData,
String title,
Collection<VCF1> flags,
short flags1raw,
Collection<VCF3> flags3,
short flags3raw) |
Modifier and Type | Method and Description |
---|---|
Set<VCF1> |
getFlags() |
short |
getFlags1raw() |
Set<VCF3> |
getFlags3() |
short |
getFlags3raw() |
NSFFormula |
getFormula(DominoAPI api) |
String |
getName() |
String |
getTitle() |
public NSFViewColumn(String name, byte[] formulaData, String title, Collection<VCF1> flags, short flags1raw, Collection<VCF3> flags3, short flags3raw)
public String getName()
public NSFFormula getFormula(DominoAPI api)
api
- the DominoAPI
instance to use for formula operationspublic String getTitle()
public short getFlags1raw()
public short getFlags3raw()
Copyright © 2014–2018. All rights reserved.