public class CustomFieldLookupTable extends ListWithCallbacks<CustomFieldValueItem>
modCount| Constructor and Description |
|---|
CustomFieldLookupTable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllLevelsRequired()
Retrieve the all levels required flag.
|
boolean |
getEnterprise()
Retrieve the enterprise flag.
|
UUID |
getGUID()
Retrieve the lookup table GUID.
|
boolean |
getLeafOnly()
Retrieve the leaf only flag.
|
boolean |
getOnlyTableValuesAllowed()
Retrieve the only table values allowed flag.
|
boolean |
getResourceSubstitutionEnabled()
Retrieve the resource substitution enabled flag.
|
boolean |
getShowIndent()
Retrieve the show indent flag.
|
void |
setAllLevelsRequired(boolean allLevelsRequired)
Set the all levels required flag.
|
void |
setEnterprise(boolean enterprise)
Set the enterprise flag.
|
void |
setGUID(UUID guid)
Set the lookup table GUID.
|
void |
setLeafOnly(boolean leafOnly)
Set the leaf only flag.
|
void |
setOnlyTableValuesAllowed(boolean onlyTableValuesAllowed)
Set the only table values allowed flag.
|
void |
setResourceSubstitutionEnabled(boolean resourceSubstitutionEnabled)
Set the resource substitution enabled flag.
|
void |
setShowIndent(boolean showIndent)
Set the show indent flag.
|
add, add, added, clear, get, remove, removed, replaced, set, sizeaddAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic UUID getGUID()
public void setGUID(UUID guid)
guid - lookup table GUID.public boolean getEnterprise()
public void setEnterprise(boolean enterprise)
enterprise - enterprise flagpublic boolean getShowIndent()
public void setShowIndent(boolean showIndent)
showIndent - show indent flagpublic boolean getResourceSubstitutionEnabled()
public void setResourceSubstitutionEnabled(boolean resourceSubstitutionEnabled)
resourceSubstitutionEnabled - resource substitution enabled flagpublic boolean getLeafOnly()
public void setLeafOnly(boolean leafOnly)
leafOnly - leaf only flagpublic boolean getAllLevelsRequired()
public void setAllLevelsRequired(boolean allLevelsRequired)
allLevelsRequired - all levels required flagpublic boolean getOnlyTableValuesAllowed()
public void setOnlyTableValuesAllowed(boolean onlyTableValuesAllowed)
onlyTableValuesAllowed - only table values allowed flagCopyright © 2000–2025 MPXJ. All rights reserved.