Uses of Class
org.javastro.ivoa.entities.vodml.ObjectType
Packages that use ObjectType
-
Uses of ObjectType in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml with type parameters of type ObjectTypeModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ObjectType,Attribute> ObjectType.PropInfo.ATTRIBUTESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<ObjectType,Composition> ObjectType.PropInfo.COMPOSITIONSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Model,ObjectType> Model.PropInfo.OBJECT_TYPESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Package,ObjectType> Package.PropInfo.OBJECT_TYPESprotected List<ObjectType>Model.objectTypesCollection of ObjectType definitions directly under the model, i.e.protected List<ObjectType>Package.objectTypesCollection of ObjectType-s defined in this package.static final com.kscs.util.jaxb.CollectionPropertyInfo<ObjectType,Reference> ObjectType.PropInfo.REFERENCESMethods in org.javastro.ivoa.entities.vodml with type parameters of type ObjectTypeModifier and TypeMethodDescriptionprotected <_P extends ObjectType>
_PObjectType.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return ObjectTypeModifier and TypeMethodDescriptionObjectType.Builder.build()ObjectType.clone()ObjectType.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectType.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectType.createCopy()ObjectType.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createObjectType()Create an instance ofObjectTypeObjectType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionModel.getObjectTypes()Collection of ObjectType definitions directly under the model, i.e.Model.Modifier.getObjectTypes()Package.getObjectTypes()Collection of ObjectType-s defined in this package.Package.Modifier.getObjectTypes()Methods in org.javastro.ivoa.entities.vodml with parameters of type ObjectTypeModifier and TypeMethodDescriptionModel.Builder.addObjectTypes(ObjectType... objectTypes) Adds the given items to the value of "objectTypes"Package.Builder.addObjectTypes(ObjectType... objectTypes) Adds the given items to the value of "objectTypes"static ObjectType.Builder<Void>ObjectType.copyExcept(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ObjectType.Builder.copyOf(ObjectType _other) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ObjectType _other) static <_B> ObjectType.Builder<_B>ObjectType.copyOf(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ObjectType.Builder<Void>ObjectType.copyOnly(ObjectType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Model.Builder.withObjectTypes(ObjectType... objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Package.Builder.withObjectTypes(ObjectType... objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ObjectTypeModifier and TypeMethodDescriptionModel.Builder.addObjectTypes(Iterable<? extends ObjectType> objectTypes) Adds the given items to the value of "objectTypes"Package.Builder.addObjectTypes(Iterable<? extends ObjectType> objectTypes) Adds the given items to the value of "objectTypes"Model.Builder.withObjectTypes(Iterable<? extends ObjectType> objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Package.Builder.withObjectTypes(Iterable<? extends ObjectType> objectTypes) Sets the new value of "objectTypes" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type ObjectTypeModifierConstructorDescriptionBuilder(_B _parentBuilder, ObjectType _other, boolean _copy) Builder(_B _parentBuilder, ObjectType _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)