Uses of Class
org.javastro.ivoa.entities.vodml.ModelImport
Packages that use ModelImport
-
Uses of ModelImport in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml declared as ModelImportFields in org.javastro.ivoa.entities.vodml with type parameters of type ModelImportModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<ModelImport,String> ModelImport.PropInfo.DOCUMENTATION_URLstatic final com.kscs.util.jaxb.SinglePropertyInfo<ModelImport,String> ModelImport.PropInfo.IDENTIFIERprotected List<ModelImport>Model.importsTBD We might require that every data model MUST include a version of the IVOA data model to gain access to the standard primitive types and some other types.static final com.kscs.util.jaxb.CollectionPropertyInfo<Model,ModelImport> Model.PropInfo.IMPORTSstatic final com.kscs.util.jaxb.SinglePropertyInfo<ModelImport,String> ModelImport.PropInfo.NAMEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ModelImport,String> ModelImport.PropInfo.URLstatic final com.kscs.util.jaxb.SinglePropertyInfo<ModelImport,String> ModelImport.PropInfo.VERSIONMethods in org.javastro.ivoa.entities.vodml with type parameters of type ModelImportModifier and TypeMethodDescriptionprotected <_P extends ModelImport>
_PModelImport.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return ModelImportModifier and TypeMethodDescriptionModelImport.Builder.build()ModelImport.clone()ModelImport.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ModelImport.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ModelImport.createCopy()ModelImport.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createModelImport()Create an instance ofModelImportModelImport.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type ModelImportModifier and TypeMethodDescriptionModel.getImports()TBD We might require that every data model MUST include a version of the IVOA data model to gain access to the standard primitive types and some other types.Model.Modifier.getImports()Methods in org.javastro.ivoa.entities.vodml with parameters of type ModelImportModifier and TypeMethodDescriptionModel.Builder.addImports(ModelImport... imports) Adds the given items to the value of "imports"static ModelImport.Builder<Void>ModelImport.copyExcept(ModelImport _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ModelImport.Builder.copyOf(ModelImport _other) static <_B> ModelImport.Builder<_B>ModelImport.copyOf(ModelImport _other) static <_B> ModelImport.Builder<_B>ModelImport.copyOf(ModelImport _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ModelImport.Builder<Void>ModelImport.copyOnly(ModelImport _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Model.Builder.withImports(ModelImport... imports) Sets the new value of "imports" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ModelImportModifier and TypeMethodDescriptionModel.Builder.addImports(Iterable<? extends ModelImport> imports) Adds the given items to the value of "imports"Model.Builder.withImports(Iterable<? extends ModelImport> imports) Sets the new value of "imports" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type ModelImportModifierConstructorDescriptionBuilder(_B _parentBuilder, ModelImport _other, boolean _copy) Builder(_B _parentBuilder, ModelImport _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)