blob: 4fc91aa81189c81c34169110cf804af334dc564c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.debug.internal.crossfire.transport;
/**
* Interface for all the attribute constants
*
* @since 1.0
*/
public interface Attributes {
/**
* The "arguments" attribute
*/
public static final String ARGUMENTS = "arguments"; //$NON-NLS-1$
/**
* The "body" attribute
*/
public static final String BODY = "body"; //$NON-NLS-1$
/**
* The type "boolean"
*/
public static final String BOOLEAN = "boolean"; //$NON-NLS-1$
/**
* The "breakpoint" attribute
*/
public static final String BREAKPOINT = "breakpoint"; //$NON-NLS-1$
/**
* The "breakpoints" attribute
*/
public static final String BREAKPOINTS = "breakpoints"; //$NON-NLS-1$
/**
* The "columnOffset" attribute
*/
public static final String COLUMN_OFFSET = "columnOffset"; //$NON-NLS-1$
/**
* The "command" attribute
*/
public static final String COMMAND = "command"; //$NON-NLS-1$
/**
* The "condition" argument
*/
public static final String CONDITION = "condition"; //$NON-NLS-1$
/**
* the "constructor" attribute
*/
public static final String CONSTRUCTOR = "constructor"; //$NON-NLS-1$
/**
* the "context_href" attribute
*/
public static final String CONTEXT_HREF = "context_href"; //$NON-NLS-1$
/**
* The "context_id" attribute
*/
public static final String CONTEXT_ID = "context_id"; //$NON-NLS-1$
/**
* The "contexts" attribute
*/
public static final String CONTEXTS = "contexts"; //$NON-NLS-1$
/**
* The "crossfire_id" attribute
*/
public static final String CROSSFIRE_ID = "crossfire_id"; //$NON-NLS-1$
/**
* The "data" attribute
*/
public static final String DATA = "data"; //$NON-NLS-1$
/**
* The "enabled" argument
*/
public static final String ENABLED = "enabled"; //$NON-NLS-1$
/**
* The "expression" attribute
*/
public static final String EXPRESSION = "expression"; //$NON-NLS-1$
/**
* The "frame" attribute
*/
public static final String FRAME = "frame"; //$NON-NLS-1$
/**
* The "frameIndex" argument
*/
public static final String FRAME_INDEX = "frameIndex"; //$NON-NLS-1$
/**
* The "frameNumber" argument
*/
public static final String FRAME_NUMBER = "frameNumber"; //$NON-NLS-1$
/**
* The "frames" attribute
*/
public static final String FRAMES = "frames"; //$NON-NLS-1$
/**
* The "fromFrame" attribute
*/
public static final String FROM_FRAME = "fromFrame"; //$NON-NLS-1$
/**
* The "func" attribute
*/
public static final String FUNC = "func"; //$NON-NLS-1$
/**
* The type "function"
*/
public static final String FUNCTION = "function"; //$NON-NLS-1$
/**
* The "handle" attribute
*/
public static final String HANDLE = "handle"; //$NON-NLS-1$
/**
* The "handshake" attribute
*/
public static final String HANDSHAKE = "handshake"; //$NON-NLS-1$
/**
* The "href" attribute
*/
public static final String HREF = "href"; //$NON-NLS-1$
/**
* The "id" attribute
*/
public static final String ID = "id"; //$NON-NLS-1$
/**
* The "includeScopes" attribute
*/
public static final String INCLUDE_SCOPES = "includeScopes"; //$NON-NLS-1$
/**
* The "includeSource" attribute
*/
public static final String INCLUDE_SOURCE = "includeSource"; //$NON-NLS-1$
/**
* The "index" attribute
*/
public static final String INDEX = "index"; //$NON-NLS-1$
/**
* The "line" attribute
*/
public static final String LINE = "line"; //$NON-NLS-1$
/**
* The "lineCount" attribute
*/
public static final String LINE_COUNT = "lineCount"; //$NON-NLS-1$
/**
* The "lineOffset" attribute
*/
public static final String LINE_OFFSET = "lineOffset"; //$NON-NLS-1$
/**
* The "locals" attribute
*/
public static final String LOCALS = "locals"; //$NON-NLS-1$
/**
* The "location" attribute
*/
public static final String LOCATION = "location"; //$NON-NLS-1$
/**
* The message attribute for this packet
*/
public static final String MESSAGE = "message"; //$NON-NLS-1$
/**
* The type "number"
*/
public static final String NUMBER = "number"; //$NON-NLS-1$
/**
* The type "object"
*/
public static final String OBJECT = "object"; //$NON-NLS-1$
/**
* The type "proto"
*/
public static final String PROTO = "proto"; //$NON-NLS-1$
/**
* The "ref" attribute / type
*/
public static final String REF = "ref"; //$NON-NLS-1$
/**
* The "request_seq" attribute
*/
public static final String REQUEST_SEQ = "request_seq"; //$NON-NLS-1$
/**
* The "result" attribute
*/
public static final String RESULT = "result"; //$NON-NLS-1$
/**
* The running attribute for this packet
*/
public static final String RUNNING = "running"; //$NON-NLS-1$
/**
* The "scopes" attribute
*/
public static final String SCOPES = "scopes"; //$NON-NLS-1$
/**
* The "script" attribute
*/
public static final String SCRIPT = "script"; //$NON-NLS-1$
/**
* The "seq" attribute
*/
public static final String SEQ = "seq"; //$NON-NLS-1$
/**
* The "set" attribute
*/
public static final String SET = "set"; //$NON-NLS-1$
/**
* The "source" attribute
*/
public static final String SOURCE = "source"; //$NON-NLS-1$
/**
* The "sourceLength" attribute
*/
public static final String SOURCE_LENGTH = "sourceLength"; //$NON-NLS-1$
/**
* The "stepaction" attribute
*/
public static final String STEPACTION = "stepaction"; //$NON-NLS-1$
/**
* The type "string"
*/
public static final String STRING = "string"; //$NON-NLS-1$
/**
* The success attribute for this packet
*/
public static final String SUCCESS = "success"; //$NON-NLS-1$
/**
* The "this" attribute
*/
public static final String THIS = "this"; //$NON-NLS-1$
/**
* The "type" attribute
*/
public static final String TYPE = "type"; //$NON-NLS-1$
/**
* The "url" attribute
*/
public static final String URL = "url"; //$NON-NLS-1$
/**
* The "value" attribute
*/
public static final String VALUE = "value"; //$NON-NLS-1$
}