mathconstants.java

来自「globus toolkit Math例子」· Java 代码 · 共 21 行

JAVA
21
字号
/* * This file is licensed under the terms of the Globus Toolkit Public License * v3, found at http://www.globus.org/toolkit/legal/4.0/license-v3.html. *  * This notice must appear in redistributions of this file, with or without * modification. */package org.globus.examples.services.security.first.impl;import javax.xml.namespace.QName;public interface MathConstants {	public static final String NS = "http://www.globus.org/namespaces/examples/MathService_instance_4op";	public static final QName RP_VALUE = new QName(NS, "Value");	public static final QName RP_LASTOP = new QName(NS, "LastOp");	public static final QName RESOURCE_PROPERTIES = new QName(NS,			"MathResourceProperties");}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?