/** * @author Maros Marsalek * * 12 2013 * * Copyright (c) 2012 by Cisco Systems, Inc. * All rights reserved. */ package org.opendaylight.controller.netconf.confignetconfconnector.mapping.attributes; public class AttributesConstants { /** * Property placed into object names for dependencies to preserve reference name */ public static final String REF_NAME_ON_PROPERTY_KEY = "X-refName"; }