com.businessobjects.enterprise.infoobject
Class CustomProperties.Bool.Factory

java.lang.Object
  extended by com.businessobjects.enterprise.infoobject.CustomProperties.Bool.Factory
Enclosing interface:
CustomProperties.Bool

public static final class CustomProperties.Bool.Factory
extends java.lang.Object

A class with methods for creating instances of the CustomProperties.Bool type.


Method Summary
static CustomProperties.Bool newInstance()
          Creates an empty instance of CustomProperties.Bool type.
static CustomProperties.Bool newInstance(org.apache.xmlbeans.XmlOptions options)
          Internal Use Only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static CustomProperties.Bool newInstance()
Creates an empty instance of CustomProperties.Bool type.

Returns:
An empty Bool object.

newInstance

public static CustomProperties.Bool newInstance(org.apache.xmlbeans.XmlOptions options)
Internal Use Only.