blob: 05a8d9968ce88f55e8e552c2652c1b6db3e9b1dd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 The University of Tennessee,
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Roland Schulz - initial implementation
*******************************************************************************/
package org.eclipse.ptp.rm.pbs.jproxy.attributes;
public class PBSNodeProtocolAttributes {
protected static final String NAME_ATTR_ID = "name"; //$NON-NLS-1$
protected static final String STATE_ATTR_ID = "nodeState"; //$NON-NLS-1$
protected static final String NP_ATTR_ID = "Node_NP"; //$NON-NLS-1$
protected static final String PROPERTIES_ATTR_ID = "Node_Properties"; //$NON-NLS-1$
protected static final String NTYPE_ATTR_ID = "Node_NType"; //$NON-NLS-1$
protected static final String STATUS_ATTR_ID = "Node_Status"; //$NON-NLS-1$
}