Uses of Class
org.javastro.ivoa.entities.resource.applications.DataFormat.Builder
Packages that use DataFormat.Builder
-
Uses of DataFormat.Builder in org.javastro.ivoa.entities.resource.applications
Methods in org.javastro.ivoa.entities.resource.applications that return DataFormat.BuilderModifier and TypeMethodDescriptionDataFormat.Builder<? extends Application.Builder<_B>>Application.Builder.addDataFormats()Returns a new builder to build an additional value of the "DataFormats" property.static DataFormat.Builder<Void>DataFormat.builder()static DataFormat.Builder<Void>DataFormat.copyExcept(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataFormat.Builder.copyOf(DataFormat _other) DataFormat.Builder.copyOf(DataFormat.Builder _other) static <_B> DataFormat.Builder<_B>DataFormat.copyOf(DataFormat _other) static <_B> DataFormat.Builder<_B>DataFormat.copyOf(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataFormat.Builder<Void>DataFormat.copyOnly(DataFormat _other, com.kscs.util.jaxb.PropertyTree _propertyTree) DataFormat.newCopyBuilder()<_B> DataFormat.Builder<_B>DataFormat.newCopyBuilder(_B _parentBuilder) <_B> DataFormat.Builder<_B>DataFormat.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataFormat.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) DataFormat.Builder.withDirection(DataFormatDirection direction) Sets the new value of "direction" (any previous value will be replaced)DataFormat.Builder.withStandardID(String standardID) Sets the new value of "standardID" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.resource.applications with parameters of type DataFormat.BuilderModifier and TypeMethodDescriptionDataFormat.Builder.copyOf(DataFormat.Builder _other) <_B> voidDataFormat.copyTo(DataFormat.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidDataFormat.copyTo(DataFormat.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.