Uses of Class
org.javastro.ivoa.entities.stc.v1.Curve2Type.Builder
Packages that use Curve2Type.Builder
-
Uses of Curve2Type.Builder in org.javastro.ivoa.entities.stc.v1
Methods in org.javastro.ivoa.entities.stc.v1 that return Curve2Type.BuilderModifier and TypeMethodDescriptionstatic Curve2Type.Builder<Void>Curve2Type.builder()static Curve2Type.Builder<Void>Curve2Type.copyExcept(Curve2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Curve2Type.Builder<Void>Curve2Type.copyExcept(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Curve2Type.Builder.copyOf(Curve2Type _other) Curve2Type.Builder.copyOf(Curve2Type.Builder _other) static <_B> Curve2Type.Builder<_B>Curve2Type.copyOf(Curve2Type _other) static <_B> Curve2Type.Builder<_B>Curve2Type.copyOf(Curve2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static <_B> Curve2Type.Builder<_B>Curve2Type.copyOf(StcBaseType _other) static <_B> Curve2Type.Builder<_B>Curve2Type.copyOf(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Curve2Type.Builder<Void>Curve2Type.copyOnly(Curve2Type _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static Curve2Type.Builder<Void>Curve2Type.copyOnly(StcBaseType _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Curve2Type.newCopyBuilder()<_B> Curve2Type.Builder<_B>Curve2Type.newCopyBuilder(_B _parentBuilder) <_B> Curve2Type.Builder<_B>Curve2Type.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curve2Type.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Curve2Type.Builder.withCurveShape(String curveShape) Sets the new value of "curveShape" (any previous value will be replaced)Sets the new value of "href" (any previous value will be replaced)Sets the new value of "id" (any previous value will be replaced)Sets the new value of "idref" (any previous value will be replaced)Curve2Type.Builder.withIDREFType(String idrefType) Sets the new value of "idrefType" (any previous value will be replaced)Curve2Type.Builder.withIDType(String idType) Sets the new value of "idType" (any previous value will be replaced)Curve2Type.Builder.withP1(Double2Type p1) Sets the new value of "p1" (any previous value will be replaced)Curve2Type.Builder.withP2(Double2Type p2) Sets the new value of "p2" (any previous value will be replaced)Sets the new value of "type" (any previous value will be replaced)Sets the new value of "ucd" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type Curve2Type.BuilderModifier and TypeMethodDescriptionDouble2Type.Builder<? extends Curve2Type.Builder<_B>>Curve2Type.Builder.withP1()Returns the existing builder or a new builder to build the value of the "p1" property.Double2Type.Builder<? extends Curve2Type.Builder<_B>>Curve2Type.Builder.withP2()Returns the existing builder or a new builder to build the value of the "p2" property.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type Curve2Type.BuilderModifier and TypeMethodDescriptionCurve2Type.Builder.copyOf(Curve2Type.Builder _other) <_B> voidCurve2Type.copyTo(Curve2Type.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidCurve2Type.copyTo(Curve2Type.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.