Uses of Class
org.javastro.ivoa.entities.stc.v1.CoordFlavorType.Builder
Packages that use CoordFlavorType.Builder
-
Uses of CoordFlavorType.Builder in org.javastro.ivoa.entities.stc.v1
Subclasses of CoordFlavorType.Builder in org.javastro.ivoa.entities.stc.v1Methods in org.javastro.ivoa.entities.stc.v1 that return CoordFlavorType.BuilderModifier and TypeMethodDescriptionstatic CoordFlavorType.Builder<Void>CoordFlavorType.builder()static CoordFlavorType.Builder<Void>CoordFlavorType.copyExcept(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordFlavorType.Builder.copyOf(CoordFlavorType _other) CoordFlavorType.Builder.copyOf(CoordFlavorType.Builder _other) static <_B> CoordFlavorType.Builder<_B>CoordFlavorType.copyOf(CoordFlavorType _other) static <_B> CoordFlavorType.Builder<_B>CoordFlavorType.copyOf(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static CoordFlavorType.Builder<Void>CoordFlavorType.copyOnly(CoordFlavorType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) CoordFlavorType.newCopyBuilder()<_B> CoordFlavorType.Builder<_B>CoordFlavorType.newCopyBuilder(_B _parentBuilder) <_B> CoordFlavorType.Builder<_B>CoordFlavorType.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordFlavorType.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) CoordFlavorType.Builder.withCoordNaxes(Integer coordNaxes) Sets the new value of "coordNaxes" (any previous value will be replaced)CoordFlavorType.Builder.withHandedness(String handedness) Sets the new value of "handedness" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type CoordFlavorType.BuilderModifier and TypeMethodDescriptionCoordFlavorType.Builder.copyOf(CoordFlavorType.Builder _other) <_B> voidCoordFlavorType.copyTo(CoordFlavorType.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCoordFlavorType.copyTo(CoordFlavorType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.