FileDocCategorySizeDatePackage
JavaIdentifierType.javaAPI DocGlassfish v2 API3815Fri May 04 22:34:54 BST 2007com.sun.enterprise.tools.common.dd.webservice

JavaIdentifierType

public class JavaIdentifierType extends org.netbeans.modules.schema2beans.BaseBean
This generated bean class JavaIdentifierType matches the schema element java-identifierType =============================================================== The java-identifierType defines a Java identifier. The users of this type should further verify that the content does not contain Java reserved keywords. =============================================================== Generated on Fri Apr 22 15:42:55 PDT 2005

Fields Summary
static Vector
comparators
Constructors Summary
public JavaIdentifierType()



	  
		this(Common.USE_DEFAULT_VALUES);
	
public JavaIdentifierType(int options)

		super(comparators, new org.netbeans.modules.schema2beans.Version(1, 2, 0));
		// Properties (see root bean comments for the bean graph)
		this.initialize(options);
	
Methods Summary
public static voidaddComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.add(c);
	
public voiddump(java.lang.StringBuffer str, java.lang.String indent)

		String s;
		Object o;
		org.netbeans.modules.schema2beans.BaseBean n;
	
public java.lang.StringdumpBeanNode()

		StringBuffer str = new StringBuffer();
		str.append("JavaIdentifierType\n");	// NOI18N
		this.dump(str, "\n  ");	// NOI18N
		return str.toString();
	
voidinitialize(int options)


	
public static voidremoveComparator(org.netbeans.modules.schema2beans.BeanComparator c)

		comparators.remove(c);
	
public voidvalidate()