public class Definition extends Object
Modifier and Type | Method and Description |
---|---|
static Definition |
buildDefinition4Decryption(String strFieldName,
String[] arrRoles,
boolean isDateOnly,
IBinder<?> binCurrent) |
static Definition |
buildDefinition4EO(DominoStore ds,
DominoEntity de,
IBinder<?> binCurrent,
Field fld,
String storePrefix) |
static Definition |
buildDefiniton(DominoStore ds,
DominoEntity de,
IBinder<?> binCurrent,
Field fld) |
static Definition |
cloneDefinition(Definition def,
int nCounter) |
IBinder<?> |
getBinder() |
BinderContainer |
getContainer() |
int |
getCounter() |
String[] |
getEncRoles() |
Type |
getGenericType() |
Class<?> |
getInnerClass() |
String |
getJavaField() |
String |
getNotesField() |
String |
getShowNameAs() |
boolean |
isAuthor() |
boolean |
isChangeLog() |
boolean |
isDateOnly() |
boolean |
isEncrypted() |
boolean |
isFormula() |
boolean |
isNames() |
boolean |
isNotesSummary() |
boolean |
isReader() |
boolean |
isReadOnly() |
boolean |
isWriteOnly() |
public static Definition buildDefiniton(DominoStore ds, DominoEntity de, IBinder<?> binCurrent, Field fld)
public static Definition buildDefinition4Decryption(String strFieldName, String[] arrRoles, boolean isDateOnly, IBinder<?> binCurrent)
public static Definition buildDefinition4EO(DominoStore ds, DominoEntity de, IBinder<?> binCurrent, Field fld, String storePrefix)
public static Definition cloneDefinition(Definition def, int nCounter)
public String getNotesField()
public String getJavaField()
public IBinder<?> getBinder()
public boolean isChangeLog()
public boolean isEncrypted()
public String[] getEncRoles()
public boolean isDateOnly()
public boolean isAuthor()
public boolean isFormula()
public boolean isNames()
public boolean isReader()
public boolean isReadOnly()
public String getShowNameAs()
public boolean isWriteOnly()
public Class<?> getInnerClass()
public Type getGenericType()
public BinderContainer getContainer()
public int getCounter()
public boolean isNotesSummary()
Copyright © 2021. All Rights Reserved.