|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
public interface DataDefinitionProviderInterface
| Method Summary | |
|---|---|
DataDefinition |
getDataDefinition(String typeName)
Gets the data definition defined by the given type. |
Vector<String> |
getDataDefinitionsInDefaultLocations()
gives a list of data definitions in the default locations of the data definition provider |
Vector<String> |
getDataDefinitionsInDefaultLocations(String... ignoreList)
gives a list of data definitions in the default locations of the data definition provider, ignoring those MDDs that start with any of the strings in the ignoreList |
Vector<String> |
getDataDefinitionsInLocation(String location)
gives a list of data definitions in a given location |
DataDefinition |
getVirtualDataDefinition(String name)
Gets a virtual data definition |
FieldDefinition |
makeFieldDefinition(String name,
String definition)
makes a field definition from the indicated string FIXME this is particular to mdds |
FieldDefinition |
makeFieldOfType(String name,
String type)
makes a field definition with the elementary type |
FieldDefinition |
makeFieldOfType(String name,
String type,
String description)
makes a field definition identical with the given one, except for the name |
FieldDefinition |
makeFieldWithName(String name,
FieldDefinition type)
makes a field definition with the elementary type |
FieldDefinition |
makeFieldWithName(String name,
FieldDefinition type,
String description)
makes a field definition identical with the given one, except for the name and the description |
| Method Detail |
|---|
DataDefinition getDataDefinition(String typeName)
DataDefinition getVirtualDataDefinition(String name)
name - the name of the virtual data definition
FieldDefinition makeFieldDefinition(String name,
String definition)
name - the name of the fielddefinition - the definition string
FieldDefinition makeFieldOfType(String name,
String type)
name - the name of the fieldtype - the type of the field
FieldDefinition makeFieldOfType(String name,
String type,
String description)
name - the name of the fieldtype - the FieldDefinition used as model
FieldDefinition makeFieldWithName(String name,
FieldDefinition type)
name - the name of the fieldtype - the elementary type of the fielddescription - the description of the field
FieldDefinition makeFieldWithName(String name,
FieldDefinition type,
String description)
name - the name of the fieldtype - the FieldDefinition used as modeldescription - the description of the field
Vector<String> getDataDefinitionsInLocation(String location)
location - the location where the data definitions should be
Vector<String> getDataDefinitionsInDefaultLocations()
Vector<String> getDataDefinitionsInDefaultLocations(String... ignoreList)
ignoreList - a list of prefixes for MDDs to be ignored
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||