public static LogicalPath providePropertiesPath(DeviceContext dc) {
return new LogicalPath(dc.getSystemEntryPoint(), new Object[]{PATH_ELEMENT_DEVICE, dc.getStaticName(), PATH_ELEMENT_PROPERTIES});
}
public static LogicalPath providePresetsPath(DeviceContext dc) {
return new LogicalPath(dc.getSystemEntryPoint(), new Object[]{PATH_ELEMENT_DEVICE, dc.getStaticName(), PATH_ELEMENT_PRESETS});
}