|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.BuilderConfiguration.Property
public static class BuilderConfiguration.Property
Names of properties used in the configuration file.
Field Summary | |
---|---|
static java.lang.String |
BOUND_PROPERTIES
Property specifying whether or not to generate source code for bound properties. |
static java.lang.String |
ClassDescFieldNames
Property specifying if we want to have a 'public static final String' generated for each attribute and element name used within a class descriptor |
static java.lang.String |
ENUM_TYPE_ACCESS_INTERFACE
Property specifying whether to implement EnumeratedTypeAccess interface for all generated enumerated type classes |
static java.lang.String |
EqualsMethod
Property specifying if we want to have the equals method generated for each generated class |
static java.lang.String |
EXTRA_COLLECTION_METHODS
Property specifying whether or not to generate source code for extra collection methods. |
static java.lang.String |
FileName
The name of the configuration file. |
static java.lang.String |
JavaClassMapping
Property specifying how element's and type's are mapped into a Java class hierarchy by the Source Generator. |
static java.lang.String |
NamespacePackages
|
static java.lang.String |
NamespacePackagesOld
Property listing mapping between XML namespaces and Java packages. |
(package private) static java.lang.String |
ResourceName
|
static java.lang.String |
SUPER_CLASS
Property specifying the super class for all generated classes |
static java.lang.String |
Wrapper
Property specifying if we want to use Wrapper Objects instead of primitives (eg java.lang.Float instead of float) |
Constructor Summary | |
---|---|
BuilderConfiguration.Property()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BOUND_PROPERTIES
org.exolab.castor.builder.boundproperties
public static final java.lang.String ENUM_TYPE_ACCESS_INTERFACE
org.exolab.castor.builder.enumTypeAccessInterface
public static final java.lang.String EXTRA_COLLECTION_METHODS
org.exolab.castor.builder.extraCollectionMethods
public static final java.lang.String SUPER_CLASS
org.exolab.castor.builder.superclass
public static final java.lang.String JavaClassMapping
org.exolab.castor.builder.javaclassmapping
public static final java.lang.String NamespacePackagesOld
public static final java.lang.String NamespacePackages
public static final java.lang.String EqualsMethod
public static final java.lang.String Wrapper
public static final java.lang.String ClassDescFieldNames
public static final java.lang.String FileName
castor.properties
static final java.lang.String ResourceName
Constructor Detail |
---|
public BuilderConfiguration.Property()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |