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

📄 setparamtype.java

📁 java 3d game jme 工程开发源代码
💻 JAVA
📖 第 1 页 / 共 5 页
字号:

	public void removeboolAt(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool", index);
	}

	public void removebool() {
		removeboolAt(0);
	}

	public org.w3c.dom.Node addbool(bool value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool", value.toString());
	}

	public org.w3c.dom.Node addbool(String value) throws Exception {
		return addbool(new bool(value));
	}

	public void insertboolAt(bool value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool", index, value.toString());
	}

	public void insertboolAt(String value, int index) throws Exception {
		insertboolAt(new bool(value), index);
	}

	public void replaceboolAt(bool value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool", index, value.toString());
	}

	public void replaceboolAt(String value, int index) throws Exception {
		replaceboolAt(new bool(value), index);
	}

	public static int getbool2MinCount() {
		return 1;
	}

	public static int getbool2MaxCount() {
		return 1;
	}

	public int getbool2Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2");
	}

	public boolean hasbool2() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2");
	}

	public bool2 newbool2() {
		return new bool2();
	}

	public bool2 getbool2At(int index) throws Exception {
		return new bool2(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", index)));
	}

	public org.w3c.dom.Node getStartingbool2Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2" );
	}

	public org.w3c.dom.Node getAdvancedbool2Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", curNode );
	}

	public bool2 getbool2ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new bool2(getDomNodeValue(curNode));
	}

	public bool2 getbool2() throws Exception 
 {
		return getbool2At(0);
	}

	public void removebool2At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", index);
	}

	public void removebool2() {
		removebool2At(0);
	}

	public org.w3c.dom.Node addbool2(bool2 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", value.toString());
	}

	public org.w3c.dom.Node addbool2(String value) throws Exception {
		return addbool2(new bool2(value));
	}

	public void insertbool2At(bool2 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", index, value.toString());
	}

	public void insertbool2At(String value, int index) throws Exception {
		insertbool2At(new bool2(value), index);
	}

	public void replacebool2At(bool2 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool2", index, value.toString());
	}

	public void replacebool2At(String value, int index) throws Exception {
		replacebool2At(new bool2(value), index);
	}

	public static int getbool3MinCount() {
		return 1;
	}

	public static int getbool3MaxCount() {
		return 1;
	}

	public int getbool3Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3");
	}

	public boolean hasbool3() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3");
	}

	public bool3 newbool3() {
		return new bool3();
	}

	public bool3 getbool3At(int index) throws Exception {
		return new bool3(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", index)));
	}

	public org.w3c.dom.Node getStartingbool3Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3" );
	}

	public org.w3c.dom.Node getAdvancedbool3Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", curNode );
	}

	public bool3 getbool3ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new bool3(getDomNodeValue(curNode));
	}

	public bool3 getbool3() throws Exception 
 {
		return getbool3At(0);
	}

	public void removebool3At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", index);
	}

	public void removebool3() {
		removebool3At(0);
	}

	public org.w3c.dom.Node addbool3(bool3 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", value.toString());
	}

	public org.w3c.dom.Node addbool3(String value) throws Exception {
		return addbool3(new bool3(value));
	}

	public void insertbool3At(bool3 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", index, value.toString());
	}

	public void insertbool3At(String value, int index) throws Exception {
		insertbool3At(new bool3(value), index);
	}

	public void replacebool3At(bool3 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool3", index, value.toString());
	}

	public void replacebool3At(String value, int index) throws Exception {
		replacebool3At(new bool3(value), index);
	}

	public static int getbool4MinCount() {
		return 1;
	}

	public static int getbool4MaxCount() {
		return 1;
	}

	public int getbool4Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4");
	}

	public boolean hasbool4() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4");
	}

	public bool4 newbool4() {
		return new bool4();
	}

	public bool4 getbool4At(int index) throws Exception {
		return new bool4(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", index)));
	}

	public org.w3c.dom.Node getStartingbool4Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4" );
	}

	public org.w3c.dom.Node getAdvancedbool4Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", curNode );
	}

	public bool4 getbool4ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new bool4(getDomNodeValue(curNode));
	}

	public bool4 getbool4() throws Exception 
 {
		return getbool4At(0);
	}

	public void removebool4At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", index);
	}

	public void removebool4() {
		removebool4At(0);
	}

	public org.w3c.dom.Node addbool4(bool4 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", value.toString());
	}

	public org.w3c.dom.Node addbool4(String value) throws Exception {
		return addbool4(new bool4(value));
	}

	public void insertbool4At(bool4 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", index, value.toString());
	}

	public void insertbool4At(String value, int index) throws Exception {
		insertbool4At(new bool4(value), index);
	}

	public void replacebool4At(bool4 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "bool4", index, value.toString());
	}

	public void replacebool4At(String value, int index) throws Exception {
		replacebool4At(new bool4(value), index);
	}

	public static int getint2MinCount() {
		return 1;
	}

	public static int getint2MaxCount() {
		return 1;
	}

	public int getint2Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "int");
	}

	public boolean hasint2() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int");
	}

	public int2 newint2() {
		return new int2();
	}

	public int2 getint2At(int index) throws Exception {
		return new int2(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int", index)));
	}

	public org.w3c.dom.Node getStartingint2Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int" );
	}

	public org.w3c.dom.Node getAdvancedint2Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "int", curNode );
	}

	public int2 getint2ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new int2(getDomNodeValue(curNode));
	}

	public int2 getint2() throws Exception 
 {
		return getint2At(0);
	}

	public void removeint2At(int index) {
		removeDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int", index);
	}

	public void removeint2() {
		removeint2At(0);
	}

	public org.w3c.dom.Node addint2(int2 value) {
		if( value.isNull() )
			return null;

		return  appendDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int", value.toString());
	}

	public org.w3c.dom.Node addint2(String value) throws Exception {
		return addint2(new int2(value));
	}

	public void insertint2At(int2 value, int index) {
		insertDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int", index, value.toString());
	}

	public void insertint2At(String value, int index) throws Exception {
		insertint2At(new int2(value), index);
	}

	public void replaceint2At(int2 value, int index) {
		replaceDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int", index, value.toString());
	}

	public void replaceint2At(String value, int index) throws Exception {
		replaceint2At(new int2(value), index);
	}

	public static int getint22MinCount() {
		return 1;
	}

	public static int getint22MaxCount() {
		return 1;
	}

	public int getint22Count() {
		return getDomChildCount(Element, "http://www.collada.org/2005/11/COLLADASchema", "int2");
	}

	public boolean hasint22() {
		return hasDomChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int2");
	}

	public int22 newint22() {
		return new int22();
	}

	public int22 getint22At(int index) throws Exception {
		return new int22(getDomNodeValue(getDomChildAt(Element, "http://www.collada.org/2005/11/COLLADASchema", "int2", index)));
	}

	public org.w3c.dom.Node getStartingint22Cursor() throws Exception {
		return getDomFirstChild(Element, "http://www.collada.org/2005/11/COLLADASchema", "int2" );
	}

	public org.w3c.dom.Node getAdvancedint22Cursor( org.w3c.dom.Node curNode ) throws Exception {
		return getDomNextChild( Element, "http://www.collada.org/2005/11/COLLADASchema", "int2", curNode );
	}

	public int22 getint22ValueAtCursor( org.w3c.dom.Node curNode ) throws Exception {
		if( curNode == null )
			throw new com.jmex.xml.xml.XmlException("Out of range");
		else
			return new int22(getDomNodeValue(curNode));
	}

	public int22 getint22() throws Exception 
 {
		return getint22At(0);

⌨️ 快捷键说明

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