?? euclidean.java
字號:
/**
* The file is generated by BorlandXML.
*/
package com.prudsys.pdm.Adapters.PmmlVersion20;
/**
* The Euclidean class represents the element "euclidean" with the content
* model defined as follows:
* <p>
* <!ELEMENT euclidean EMPTY><br>
*/
public class Euclidean extends com.borland.xml.toolkit.EmptyElement
{
/** xml tag name of this element. */
public static String _tagName = "euclidean";
/**
* Creates an empty Euclidean object.
*/
public Euclidean()
{
super();
}
/**
* Creates a Euclidean object with the specified state.
* @param state boolean value
*/
public Euclidean(boolean state)
{
super(state);
}
/**
* Unmarshals the specified "euclidean" element back to a Euclidean object.
*/
public static Euclidean unmarshal(com.borland.xml.toolkit.Element elem)
{
Euclidean __objEuclidean = (Euclidean)com.borland.xml.toolkit.EmptyElement.unmarshal(elem, new Euclidean());
return __objEuclidean;
}
/**
* Gets the tag name of this element.
*/
public String get_TagName()
{
return _tagName;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -