Uses of Class
com.example.metaschema.Example
-
Uses of Example in com.example.metaschema
Modifier and TypeMethodDescriptionAssemblyModel.ChoiceGroup.DefineAssembly.getExamples()
AssemblyModel.ChoiceGroup.DefineField.getExamples()
InlineDefineAssembly.getExamples()
InlineDefineField.getExamples()
InlineDefineFlag.getExamples()
METASCHEMA.DefineAssembly.getExamples()
METASCHEMA.DefineField.getExamples()
METASCHEMA.DefineFlag.getExamples()
Modifier and TypeMethodDescriptionboolean
AssemblyModel.ChoiceGroup.DefineAssembly.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
AssemblyModel.ChoiceGroup.DefineField.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
InlineDefineAssembly.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
InlineDefineField.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
InlineDefineFlag.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
METASCHEMA.DefineAssembly.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
METASCHEMA.DefineField.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
METASCHEMA.DefineFlag.addExample
(Example item) Add a newExample
item to the underlying collection.boolean
AssemblyModel.ChoiceGroup.DefineAssembly.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
AssemblyModel.ChoiceGroup.DefineField.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
InlineDefineAssembly.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
InlineDefineField.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
InlineDefineFlag.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
METASCHEMA.DefineAssembly.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
METASCHEMA.DefineField.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.boolean
METASCHEMA.DefineFlag.removeExample
(Example item) Remove the first matchingExample
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
AssemblyModel.ChoiceGroup.DefineAssembly.setExamples
(List<Example> value) void
AssemblyModel.ChoiceGroup.DefineField.setExamples
(List<Example> value) void
InlineDefineAssembly.setExamples
(List<Example> value) void
InlineDefineField.setExamples
(List<Example> value) void
InlineDefineFlag.setExamples
(List<Example> value) void
METASCHEMA.DefineAssembly.setExamples
(List<Example> value) void
METASCHEMA.DefineField.setExamples
(List<Example> value) void
METASCHEMA.DefineFlag.setExamples
(List<Example> value)