Package org.apache.axis2.schema
Class SchemaConstants.SchemaPropertyNames
- java.lang.Object
-
- org.apache.axis2.schema.SchemaConstants.SchemaPropertyNames
-
- Enclosing class:
- SchemaConstants
public static class SchemaConstants.SchemaPropertyNames extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEAN_WRITER_KEY
static String
BEAN_WRITER_TEMPLATE_KEY
static String
BEAN_WRITER_TYPEMAP_KEY
static String
SCHEMA_COMPILER_PROPERTIES
-
Constructor Summary
Constructors Constructor Description SchemaPropertyNames()
-
-
-
Field Detail
-
SCHEMA_COMPILER_PROPERTIES
public static final String SCHEMA_COMPILER_PROPERTIES
- See Also:
- Constant Field Values
-
BEAN_WRITER_KEY
public static final String BEAN_WRITER_KEY
- See Also:
- Constant Field Values
-
BEAN_WRITER_TEMPLATE_KEY
public static final String BEAN_WRITER_TEMPLATE_KEY
- See Also:
- Constant Field Values
-
BEAN_WRITER_TYPEMAP_KEY
public static final String BEAN_WRITER_TYPEMAP_KEY
- See Also:
- Constant Field Values
-
-