Uses of Class
org.javastro.ivoa.entities.resource.tap.DataLimit
Packages that use DataLimit
-
Uses of DataLimit in org.javastro.ivoa.entities.resource.tap
Fields in org.javastro.ivoa.entities.resource.tap declared as DataLimitModifier and TypeFieldDescriptionprotected DataLimitDataLimits._defaultThe value of this limit for newly-created jobs.protected final DataLimitDataLimit.Builder._storedValueprotected DataLimitDataLimits.hardThe value this limit cannot be raised above.Fields in org.javastro.ivoa.entities.resource.tap with type parameters of type DataLimitModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataLimits,DataLimit> DataLimits.PropInfo.DEFAULTstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataLimits,DataLimit> DataLimits.PropInfo.HARDDataLimit.PropInfo.UNITstatic final com.kscs.util.jaxb.SinglePropertyInfo<DataLimit,BigInteger> DataLimit.PropInfo.VALUEMethods in org.javastro.ivoa.entities.resource.tap with type parameters of type DataLimitModifier and TypeMethodDescriptionprotected <_P extends DataLimit>
_PDataLimit.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.tap that return DataLimitModifier and TypeMethodDescriptionDataLimit.Builder.build()DataLimit.clone()DataLimit.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) DataLimit.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) DataLimit.createCopy()DataLimit.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createDataLimit()Create an instance ofDataLimitDataLimits.getDefault()The value of this limit for newly-created jobs.DataLimits.getHard()The value this limit cannot be raised above.DataLimit.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimitModifier and TypeMethodDescriptionstatic DataLimit.Builder<Void>DataLimit.copyExcept(DataLimit _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> DataLimit.Builder<_B>static <_B> DataLimit.Builder<_B>DataLimit.copyOf(DataLimit _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static DataLimit.Builder<Void>voidDataLimits.Modifier.setDefault(DataLimit _default) voidDataLimits.setDefault(DataLimit value) Sets the value of the default property.voidvoidSets the value of the hard property.DataLimits.Builder.withDefault(DataLimit _default) Sets the new value of "_default" (any previous value will be replaced)Sets the new value of "hard" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.tap with parameters of type DataLimit