Uses of Class
org.javastro.ivoa.entities.resource.dataservice.ForeignKey.Builder
Packages that use ForeignKey.Builder
-
Uses of ForeignKey.Builder in org.javastro.ivoa.entities.resource.dataservice
Methods in org.javastro.ivoa.entities.resource.dataservice that return ForeignKey.BuilderModifier and TypeMethodDescriptionForeignKey.Builder.addFkColumns(Iterable<? extends FKColumn> fkColumns) Adds the given items to the value of "fkColumns"ForeignKey.Builder.addFkColumns(FKColumn... fkColumns) Adds the given items to the value of "fkColumns"ForeignKey.Builder<? extends Table.Builder<_B>>Table.Builder.addForeignKeies()Returns a new builder to build an additional value of the "ForeignKeies" property.static ForeignKey.Builder<Void>ForeignKey.builder()static ForeignKey.Builder<Void>ForeignKey.copyExcept(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ForeignKey.Builder.copyOf(ForeignKey _other) ForeignKey.Builder.copyOf(ForeignKey.Builder _other) static <_B> ForeignKey.Builder<_B>ForeignKey.copyOf(ForeignKey _other) static <_B> ForeignKey.Builder<_B>ForeignKey.copyOf(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ForeignKey.Builder<Void>ForeignKey.copyOnly(ForeignKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ForeignKey.newCopyBuilder()<_B> ForeignKey.Builder<_B>ForeignKey.newCopyBuilder(_B _parentBuilder) <_B> ForeignKey.Builder<_B>ForeignKey.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ForeignKey.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ForeignKey.Builder.withDescription(String description) Sets the new value of "description" (any previous value will be replaced)ForeignKey.Builder.withFkColumns(Iterable<? extends FKColumn> fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)ForeignKey.Builder.withFkColumns(FKColumn... fkColumns) Sets the new value of "fkColumns" (any previous value will be replaced)ForeignKey.Builder.withTargetTable(String targetTable) Sets the new value of "targetTable" (any previous value will be replaced)Sets the new value of "utype" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.dataservice that return types with arguments of type ForeignKey.BuilderModifier and TypeMethodDescriptionFKColumn.Builder<? extends ForeignKey.Builder<_B>>ForeignKey.Builder.addFkColumns()Returns a new builder to build an additional value of the "FkColumns" property.Methods in org.javastro.ivoa.entities.resource.dataservice with parameters of type ForeignKey.BuilderModifier and TypeMethodDescriptionForeignKey.Builder.copyOf(ForeignKey.Builder _other) <_B> voidForeignKey.copyTo(ForeignKey.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidForeignKey.copyTo(ForeignKey.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.