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 TypeFieldDescriptionprotected 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.Methods in org.javastro.ivoa.entities.vodml that return ObjectTypeModifier and TypeMethodDescriptionObjectFactory.createObjectType()Create an instance ofObjectTypeObjectType.withAbstract(Boolean value) ObjectType.withAttributes(Collection<Attribute> values) ObjectType.withAttributes(Attribute... values) ObjectType.withCompositions(Collection<Composition> values) ObjectType.withCompositions(Composition... values) ObjectType.withConstraints(Collection<Constraint> values) ObjectType.withConstraints(Constraint... values) ObjectType.withDescription(String value) ObjectType.withExtends(ElementRef value) ObjectType.withReferences(Collection<Reference> values) ObjectType.withReferences(Reference... values) ObjectType.withVodmlId(String value) 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.Package.getObjectTypes()Collection of ObjectType-s defined in this package.Methods in org.javastro.ivoa.entities.vodml with parameters of type ObjectTypeModifier and TypeMethodDescriptionModel.withObjectTypes(ObjectType... values) Package.withObjectTypes(ObjectType... values) Method parameters in org.javastro.ivoa.entities.vodml with type arguments of type ObjectTypeModifier and TypeMethodDescriptionModel.withObjectTypes(Collection<ObjectType> values) Package.withObjectTypes(Collection<ObjectType> values)