FileDocCategorySizeDatePackage
TrueFalseType.javaAPI DocGlassfish v2 API3725Fri May 04 22:34:56 BST 2007com.sun.enterprise.tools.common.dd.webservice

TrueFalseType

public class TrueFalseType extends org.netbeans.modules.schema2beans.BaseBean
This generated bean class TrueFalseType matches the schema element true-falseType =============================================================== This simple type designates a boolean with only two permissible values - true - false =============================================================== Generated on Fri Apr 22 15:42:59 PDT 2005

Fields Summary
static Vector
comparators
Constructors Summary
public TrueFalseType()



	  
		this(Common.USE_DEFAULT_VALUES);
	
public TrueFalseType(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("TrueFalseType\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()