Uses of Class
org.javastro.ivoa.entities.resource.dataservice.FKColumn.Builder
Packages that use FKColumn.Builder
-
Uses of FKColumn.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return FKColumn.BuilderModifier and TypeMethodDescriptionFKColumn.Builder<? extends ForeignKey.Builder<_B>>ForeignKey.Builder.addFkColumns()Returns a new builder to build an additional value of the "FkColumns" property.static FKColumn.Builder<Void>FKColumn.builder()static FKColumn.Builder<Void>FKColumn.copyExcept(FKColumn _other, com.kscs.util.jaxb.PropertyTree _propertyTree) FKColumn.Builder.copyOf(FKColumn.Builder _other) static <_B> FKColumn.Builder<_B>static <_B> FKColumn.Builder<_B>FKColumn.copyOf(FKColumn _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static FKColumn.Builder<Void>FKColumn.newCopyBuilder()<_B> FKColumn.Builder<_B>FKColumn.newCopyBuilder(_B _parentBuilder) <_B> FKColumn.Builder<_B>FKColumn.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) FKColumn.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) FKColumn.Builder.withFromColumn(String fromColumn) Sets the new value of "fromColumn" (any previous value will be replaced)FKColumn.Builder.withTargetColumn(String targetColumn) Sets the new value of "targetColumn" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type FKColumn.BuilderModifier and TypeMethodDescriptionFKColumn.Builder.copyOf(FKColumn.Builder _other) <_B> voidFKColumn.copyTo(FKColumn.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidFKColumn.copyTo(FKColumn.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.