|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PackageInfo
Method Summary | |
---|---|
HashSet<PackageInfo> |
containedPackages()
|
List<ImageMetadata> |
getDiagrams()
|
String |
gmlProfileSchema()
|
boolean |
isAppSchema()
Determine whether the package represents an 'application schema'. |
boolean |
isSchema()
Determine whether the package represents a schema. |
PackageInfo |
owner()
|
PackageInfo |
rootPackage()
|
String |
schemaId()
|
void |
setDiagrams(List<ImageMetadata> diagrams)
|
HashSet<String> |
supplierIds()
|
String |
targetNamespace()
Determine the targetNamespace of the GML applications schema to be generated. |
String |
version()
Determine the version attribute to be applied to the GML application schema. |
String |
xmlns()
Determine the namespace abbreviation of the GML applications schema to be generated. |
String |
xsdDocument()
|
Methods inherited from interface de.interactive_instruments.ShapeChange.Model.Info |
---|
aliasName, definition, description, documentation, encodingRule, fullName, id, matches, model, name, options, postprocessAfterLoadingAndValidate, result, stereotype, stereotypes, taggedValue, taggedValues, taggedValues |
Method Detail |
---|
String targetNamespace()
String xmlns()
String xsdDocument()
String gmlProfileSchema()
String version()
PackageInfo owner()
String schemaId()
PackageInfo rootPackage()
boolean isAppSchema()
boolean isSchema()
targetNamespace()
method
may retrieve the targetNamespace of a package from one of its ancestors).
It is also regarded a schema, if the package is named in a PackageInfo
entry of the Configuration document.
HashSet<PackageInfo> containedPackages()
HashSet<String> supplierIds()
List<ImageMetadata> getDiagrams()
null
if no diagrams are availablevoid setDiagrams(List<ImageMetadata> diagrams)
diagrams
- metadata about the diagrams relevant for this class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |