Uses of Class
com.example.metaschema.Example
Packages that use Example
-
Uses of Example in com.example.metaschema
Methods in com.example.metaschema that return types with arguments of type ExampleModifier and TypeMethodDescriptionAssemblyModel.ChoiceGroup.DefineAssembly.getExamples()
AssemblyModel.ChoiceGroup.DefineField.getExamples()
InlineDefineAssembly.getExamples()
InlineDefineField.getExamples()
InlineDefineFlag.getExamples()
METASCHEMA.DefineAssembly.getExamples()
METASCHEMA.DefineField.getExamples()
METASCHEMA.DefineFlag.getExamples()
Methods in com.example.metaschema with parameters of type ExampleModifier 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.Method parameters in com.example.metaschema with type arguments of type ExampleModifier 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)