| Package | Description |
|---|---|
| org.netbeans.modules.schema2beansdev | |
| org.netbeans.modules.schema2beansdev.beangraph |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSchemaParser.setSchemaType(SchemaTypeMappingType stm) |
| Modifier and Type | Method and Description |
|---|---|
SchemaTypeMappingType[] |
BeanGraph.getSchemaTypeMapping() |
SchemaTypeMappingType |
BeanGraph.getSchemaTypeMapping(int index) |
SchemaTypeMappingType |
BeanGraph.newSchemaTypeMappingType()
Create a new bean using it's default constructor.
|
SchemaTypeMappingType |
BeanGraph.newSchemaTypeMappingType(SchemaTypeMappingType source,
boolean justData)
Create a new bean, copying from another one.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BeanGraph.addSchemaTypeMapping(SchemaTypeMappingType value) |
boolean |
SchemaTypeMappingType.equals(SchemaTypeMappingType inst) |
SchemaTypeMappingType |
BeanGraph.newSchemaTypeMappingType(SchemaTypeMappingType source,
boolean justData)
Create a new bean, copying from another one.
|
int |
BeanGraph.removeSchemaTypeMapping(SchemaTypeMappingType value)
Search from the end looking for @param value, and then remove it.
|
void |
BeanGraph.setSchemaTypeMapping(int index,
SchemaTypeMappingType value) |
void |
BeanGraph.setSchemaTypeMapping(SchemaTypeMappingType[] value) |
| Constructor and Description |
|---|
SchemaTypeMappingType(SchemaTypeMappingType source)
Deep copy
|
SchemaTypeMappingType(SchemaTypeMappingType source,
boolean justData)
Deep copy
|
Copyright © 2017. All Rights Reserved.