Uses of Class
org.eclipse.persistence.oxm.sequenced.Setting
-
Packages that use Setting Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.internal.oxm.record org.eclipse.persistence.oxm.sequenced -
-
Uses of Setting in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return Setting Modifier and Type Method Description SettingReference. getSetting()Methods in org.eclipse.persistence.internal.oxm with parameters of type Setting Modifier and Type Method Description voidReference. setSetting(Setting setting) -
Uses of Setting in org.eclipse.persistence.internal.oxm.record
Constructor parameters in org.eclipse.persistence.internal.oxm.record with type arguments of type Setting Constructor Description SequencedMarshalContext(List<Setting> settings) -
Uses of Setting in org.eclipse.persistence.oxm.sequenced
Methods in org.eclipse.persistence.oxm.sequenced that return Setting Modifier and Type Method Description SettingSetting. copy()SettingSetting. copy(Object newParent)SettingSetting. copy(Object newParent, Object copyValue)SettingSetting. getParent()Methods in org.eclipse.persistence.oxm.sequenced that return types with arguments of type Setting Modifier and Type Method Description List<Setting>Setting. getChildren()List<Setting>SequencedObject. getSettings()Methods in org.eclipse.persistence.oxm.sequenced with parameters of type Setting Modifier and Type Method Description voidSetting. addChild(Setting childSetting)voidSetting. setParent(Setting parentSetting)
-