Module dev.metaschema.databind
Class MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Java
java.lang.Object
dev.metaschema.databind.config.binding.MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Java
- All Implemented Interfaces:
IBoundObject
@MetaschemaAssembly(formalName="Java Property Binding",
description="Java-specific binding configuration for a property.",
name="java",
moduleClass=MetaschemaBindingsModule.class)
public static class MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Java
extends Object
implements IBoundObject
Java-specific binding configuration for a property.
-
Constructor Summary
ConstructorsConstructorDescriptionJava()Constructs a newdev.metaschema.databind.config.binding.MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Javainstance with no metadata.Java(IMetaschemaData data) Constructs a newdev.metaschema.databind.config.binding.MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Javainstance with the specified metadata. -
Method Summary
Modifier and TypeMethodDescriptionGet the collection Class.Get additional Metaschema-related information for the object (i.e., resource location).voidsetCollectionClass(String value) Set the collection Class.toString()
-
Constructor Details
-
Java
public Java()Constructs a newdev.metaschema.databind.config.binding.MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Javainstance with no metadata. -
Java
Constructs a newdev.metaschema.databind.config.binding.MetaschemaBindings.MetaschemaBinding.DefineAssemblyBinding.PropertyBinding.Javainstance with the specified metadata.- Parameters:
data- the metaschema data, ornullif none
-
-
Method Details
-
getMetaschemaData
Description copied from interface:IBoundObjectGet additional Metaschema-related information for the object (i.e., resource location).- Specified by:
getMetaschemaDatain interfaceIBoundObject- Returns:
- the Metaschema-related information
-
getCollectionClass
Get the collection Class.A fully qualified Java collection class name to use instead of the default.
- Returns:
- the collection-class value, or
nullif not set
-
setCollectionClass
Set the collection Class.A fully qualified Java collection class name to use instead of the default.
- Parameters:
value- the collection-class value to set, ornullto clear
-
toString
-