Uses of Class
com.attivio.sdk.dictionary.ExpansionMode
-
Packages that use ExpansionMode Package Description com.attivio.sdk.dictionary -
-
Uses of ExpansionMode in com.attivio.sdk.dictionary
Fields in com.attivio.sdk.dictionary declared as ExpansionMode Modifier and Type Field Description protected ExpansionMode
DictionaryObject. expansionMode
Methods in com.attivio.sdk.dictionary that return ExpansionMode Modifier and Type Method Description ExpansionMode
DictionaryObject. getExpansionMode()
Get the defaultExpansionMode
for this dictionary.static ExpansionMode
ExpansionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExpansionMode[]
ExpansionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.dictionary with parameters of type ExpansionMode Modifier and Type Method Description void
DictionaryObject. setExpansionMode(ExpansionMode value)
Set the defaultExpansionMode
for this dictionary.
-