Uses of Class
org.javastro.ivoa.entities.vodml.SemanticConcept
Packages that use SemanticConcept
-
Uses of SemanticConcept in org.javastro.ivoa.entities.vodml
Fields in org.javastro.ivoa.entities.vodml declared as SemanticConceptModifier and TypeFieldDescriptionprotected final SemanticConceptSemanticConcept.Builder._storedValueprotected SemanticConceptAttribute.semanticconceptIt is possible to assign a SemanticConcept to an attribute definition.protected SemanticConceptSubsettedRole.semanticconceptMaybe the super type has not defined a semantic concept for the Role, but the subtype needs that.Fields in org.javastro.ivoa.entities.vodml with type parameters of type SemanticConceptModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Attribute,SemanticConcept> Attribute.PropInfo.SEMANTICCONCEPTstatic final com.kscs.util.jaxb.SinglePropertyInfo<SubsettedRole,SemanticConcept> SubsettedRole.PropInfo.SEMANTICCONCEPTstatic final com.kscs.util.jaxb.SinglePropertyInfo<SemanticConcept,String> SemanticConcept.PropInfo.TOP_CONCEPTstatic final com.kscs.util.jaxb.CollectionPropertyInfo<SemanticConcept,String> SemanticConcept.PropInfo.VOCABULARY_UR_ISMethods in org.javastro.ivoa.entities.vodml with type parameters of type SemanticConceptModifier and TypeMethodDescriptionprotected <_P extends SemanticConcept>
_PSemanticConcept.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.vodml that return SemanticConceptModifier and TypeMethodDescriptionSemanticConcept.Builder.build()SemanticConcept.clone()SemanticConcept.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) SemanticConcept.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) SemanticConcept.createCopy()SemanticConcept.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createSemanticConcept()Create an instance ofSemanticConceptAttribute.getSemanticconcept()It is possible to assign a SemanticConcept to an attribute definition.SubsettedRole.getSemanticconcept()Maybe the super type has not defined a semantic concept for the Role, but the subtype needs that.SemanticConcept.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.vodml with parameters of type SemanticConceptModifier and TypeMethodDescriptionstatic SemanticConcept.Builder<Void>SemanticConcept.copyExcept(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree) SemanticConcept.Builder.copyOf(SemanticConcept _other) static <_B> SemanticConcept.Builder<_B>SemanticConcept.copyOf(SemanticConcept _other) static <_B> SemanticConcept.Builder<_B>SemanticConcept.copyOf(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static SemanticConcept.Builder<Void>SemanticConcept.copyOnly(SemanticConcept _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidAttribute.Modifier.setSemanticconcept(SemanticConcept semanticconcept) voidAttribute.setSemanticconcept(SemanticConcept value) Sets the value of the semanticconcept property.voidSubsettedRole.Modifier.setSemanticconcept(SemanticConcept semanticconcept) voidSubsettedRole.setSemanticconcept(SemanticConcept value) Sets the value of the semanticconcept property.Attribute.Builder.withSemanticconcept(SemanticConcept semanticconcept) Sets the new value of "semanticconcept" (any previous value will be replaced)SubsettedRole.Builder.withSemanticconcept(SemanticConcept semanticconcept) Sets the new value of "semanticconcept" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.vodml with parameters of type SemanticConceptModifierConstructorDescriptionAttribute(String vodmlId, String name, String description, String id, ElementRef datatype, Multiplicity multiplicity, SemanticConcept semanticconcept) Fully-initialising value constructorBuilder(_B _parentBuilder, SemanticConcept _other, boolean _copy) Builder(_B _parentBuilder, SemanticConcept _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) SubsettedRole(String description, ElementRef role, ElementRef datatype, SemanticConcept semanticconcept) Fully-initialising value constructor