📄 urifragmenttype.java
字号:
/**
* URIFragmentType.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.SchemaString;
public class URIFragmentType extends SchemaString {
public static String[] sPatternValues = {
"(#(.*))",
};
public URIFragmentType() {
super();
}
public URIFragmentType(String newValue) {
super(newValue);
validate();
}
public URIFragmentType(SchemaString newValue) {
super(newValue);
validate();
}
public static int getPatternCount() {
return sPatternValues.length;
}
public static String getPatternValue(int index) {
return sPatternValues[index];
}
public void validate() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -