Uses of Class
org.javastro.ivoa.entities.resource.cone.CSCapRestriction
Packages that use CSCapRestriction
-
Uses of CSCapRestriction in org.javastro.ivoa.entities.resource.cone
Subclasses of CSCapRestriction in org.javastro.ivoa.entities.resource.coneModifier and TypeClassDescriptionclassThe capabilities of a Cone Search implementation.Methods in org.javastro.ivoa.entities.resource.cone with type parameters of type CSCapRestrictionModifier and TypeMethodDescriptionprotected <_P extends CSCapRestriction>
_PCSCapRestriction.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.cone that return CSCapRestrictionModifier and TypeMethodDescriptionCSCapRestriction.Builder.build()CSCapRestriction.clone()CSCapRestriction.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) CSCapRestriction.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) CSCapRestriction.createCopy()CSCapRestriction.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CSCapRestriction.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.cone with parameters of type CSCapRestrictionModifier and TypeMethodDescriptionstatic ConeSearch.Builder<Void>ConeSearch.copyExcept(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(CSCapRestriction _other) static <_B> ConeSearch.Builder<_B>ConeSearch.copyOf(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CSCapRestriction.Builder.copyOf(CSCapRestriction _other) static ConeSearch.Builder<Void>ConeSearch.copyOnly(CSCapRestriction _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Constructors in org.javastro.ivoa.entities.resource.cone with parameters of type CSCapRestrictionModifierConstructorDescriptionBuilder(_B _parentBuilder, CSCapRestriction _other, boolean _copy) Builder(_B _parentBuilder, CSCapRestriction _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)