⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 common_profile_input.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
字号:
/**
 * Common_profile_input.java
 *
 * This file was generated by XMLSpy 2007sp2 Enterprise Edition.
 *
 * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
 * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
 *
 * Refer to the XMLSpy Documentation for further details.
 * http://www.altova.com/xmlspy
 */


package com.jmex.model.collada.schema;

import com.jmex.xml.types.SchemaNMToken;

public class Common_profile_input extends SchemaNMToken {
	public static final int EBINORMAL = 0; /* BINORMAL */
	public static final int ECOLOR = 1; /* COLOR */
	public static final int ECONTINUITY = 2; /* CONTINUITY */
	public static final int EIMAGE = 3; /* IMAGE */
	public static final int EIN_TANGENT = 4; /* IN_TANGENT */
	public static final int EINPUT = 5; /* INPUT */
	public static final int EINTERPOLATION = 6; /* INTERPOLATION */
	public static final int EINV_BIND_MATRIX = 7; /* INV_BIND_MATRIX */
	public static final int EJOINT = 8; /* JOINT */
	public static final int ELINEAR_STEPS = 9; /* LINEAR_STEPS */
	public static final int EMORPH_TARGET = 10; /* MORPH_TARGET */
	public static final int EMORPH_WEIGHT = 11; /* MORPH_WEIGHT */
	public static final int ENORMAL = 12; /* NORMAL */
	public static final int EOUTPUT = 13; /* OUTPUT */
	public static final int EOUT_TANGENT = 14; /* OUT_TANGENT */
	public static final int EPOSITION = 15; /* POSITION */
	public static final int ETANGENT = 16; /* TANGENT */
	public static final int ETEXBINORMAL = 17; /* TEXBINORMAL */
	public static final int ETEXCOORD = 18; /* TEXCOORD */
	public static final int ETEXTANGENT = 19; /* TEXTANGENT */
	public static final int EUV = 20; /* UV */
	public static final int EVERTEX = 21; /* VERTEX */
	public static final int EWEIGHT = 22; /* WEIGHT */

	public static String[] sEnumValues = {
		"BINORMAL",
		"COLOR",
		"CONTINUITY",
		"IMAGE",
		"IN_TANGENT",
		"INPUT",
		"INTERPOLATION",
		"INV_BIND_MATRIX",
		"JOINT",
		"LINEAR_STEPS",
		"MORPH_TARGET",
		"MORPH_WEIGHT",
		"NORMAL",
		"OUTPUT",
		"OUT_TANGENT",
		"POSITION",
		"TANGENT",
		"TEXBINORMAL",
		"TEXCOORD",
		"TEXTANGENT",
		"UV",
		"VERTEX",
		"WEIGHT",
	};

	public Common_profile_input() {
		super();
	}

	public Common_profile_input(String newValue) {
		super(newValue);
		validate();
	}

	public Common_profile_input(SchemaNMToken newValue) {
		super(newValue);
		validate();
	}

	public static int getEnumerationCount() {
		return sEnumValues.length;
	}

	public static String getEnumerationValue(int index) {
		return sEnumValues[index];
	}

	public static boolean isValidEnumerationValue(String val) {
		for (int i = 0; i < sEnumValues.length; i++) {
			if (val.equals(sEnumValues[i]))
				return true;
		}
		return false;
	}

	public void validate() {

		if (!isValidEnumerationValue(toString()))
			throw new com.jmex.xml.xml.XmlException("Value of Common_profile_input is invalid.");
	}
}

⌨️ 快捷键说明

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