Uses of Interface
schema2template.model.PuzzleComponent
-
Packages that use PuzzleComponent Package Description schema2template.example.odf Examples for the generation of source and reference for the OpenDocument XML format.schema2template.model Provide the XML model information parsed from a given XML schema. -
-
Uses of PuzzleComponent in schema2template.example.odf
Methods in schema2template.example.odf with parameters of type PuzzleComponent Modifier and Type Method Description SortedSet<String>
SourceCodeModel. getValuetypes(PuzzleComponent datatypes)
Use in templates: Get source code value types for datatypes used in schema -
Uses of PuzzleComponent in schema2template.model
Subinterfaces of PuzzleComponent in schema2template.model Modifier and Type Interface Description interface
QNamedPuzzleComponent
By using this interface you declare that: you don't care if a QNamedPuzzleComponent is a Collection of Jigsaw pieces or one single Jigsaw piece.Classes in schema2template.model that implement PuzzleComponent Modifier and Type Class Description class
PuzzlePiece
One of the following RelaxNG definitions of an Element, Attribute, Value or Datatype.class
PuzzlePieceSet
Collection Class for RelaxNG definitions of an Element, Attribute, Value or Datatype.Methods in schema2template.model with parameters of type PuzzleComponent Modifier and Type Method Description boolean
PuzzleComponent. isSingleton(PuzzleComponent child)
Determines whether the child PuzzlePiece(s) is/are singleton(s)boolean
PuzzlePiece. isSingleton(PuzzleComponent child)
boolean
PuzzlePieceSet. isSingleton(PuzzleComponent child)
-