Uses of Class
org.javastro.ivoa.entities.resource.standard.StandardKey
Packages that use StandardKey
-
Uses of StandardKey in org.javastro.ivoa.entities.resource.standard
Fields in org.javastro.ivoa.entities.resource.standard declared as StandardKeyFields in org.javastro.ivoa.entities.resource.standard with type parameters of type StandardKeyModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<StandardKey,String> StandardKey.PropInfo.DESCRIPTIONprotected List<StandardKey>Standard.keiesa defined key associated with this standard.protected List<StandardKey>StandardKeyEnumeration.keiesthe name and definition of a key--a named concept, feature, or property.static final com.kscs.util.jaxb.CollectionPropertyInfo<Standard,StandardKey> Standard.PropInfo.KEIESstatic final com.kscs.util.jaxb.CollectionPropertyInfo<StandardKeyEnumeration,StandardKey> StandardKeyEnumeration.PropInfo.KEIESstatic final com.kscs.util.jaxb.SinglePropertyInfo<StandardKey,String> StandardKey.PropInfo.NAMEMethods in org.javastro.ivoa.entities.resource.standard with type parameters of type StandardKeyModifier and TypeMethodDescriptionprotected <_P extends StandardKey>
_PStandardKey.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.resource.standard that return StandardKeyModifier and TypeMethodDescriptionStandardKey.Builder.build()StandardKey.clone()StandardKey.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) StandardKey.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) StandardKey.createCopy()StandardKey.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createStandardKey()Create an instance ofStandardKeyStandardKey.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.resource.standard that return types with arguments of type StandardKeyModifier and TypeMethodDescriptionStandard.getKeies()a defined key associated with this standard.Standard.Modifier.getKeies()StandardKeyEnumeration.getKeies()the name and definition of a key--a named concept, feature, or property.StandardKeyEnumeration.Modifier.getKeies()Methods in org.javastro.ivoa.entities.resource.standard with parameters of type StandardKeyModifier and TypeMethodDescriptionServiceStandard.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"Standard.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"StandardKeyEnumeration.Builder.addKeies(StandardKey... keies) Adds the given items to the value of "keies"static StandardKey.Builder<Void>StandardKey.copyExcept(StandardKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) StandardKey.Builder.copyOf(StandardKey _other) static <_B> StandardKey.Builder<_B>StandardKey.copyOf(StandardKey _other) static <_B> StandardKey.Builder<_B>StandardKey.copyOf(StandardKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static StandardKey.Builder<Void>StandardKey.copyOnly(StandardKey _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ServiceStandard.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)Standard.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)StandardKeyEnumeration.Builder.withKeies(StandardKey... keies) Sets the new value of "keies" (any previous value will be replaced)Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type StandardKeyModifier and TypeMethodDescriptionServiceStandard.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"Standard.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"StandardKeyEnumeration.Builder.addKeies(Iterable<? extends StandardKey> keies) Adds the given items to the value of "keies"ServiceStandard.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)Standard.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)StandardKeyEnumeration.Builder.withKeies(Iterable<? extends StandardKey> keies) Sets the new value of "keies" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.resource.standard with parameters of type StandardKeyModifierConstructorDescriptionBuilder(_B _parentBuilder, StandardKey _other, boolean _copy) Builder(_B _parentBuilder, StandardKey _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)