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 with type parameters of type StandardKeyModifier and TypeFieldDescriptionprotected 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.Methods in org.javastro.ivoa.entities.resource.standard that return StandardKeyModifier and TypeMethodDescriptionObjectFactory.createStandardKey()Create an instance ofStandardKeyStandardKey.withDescription(String value) 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.StandardKeyEnumeration.getKeies()the name and definition of a key--a named concept, feature, or property.Methods in org.javastro.ivoa.entities.resource.standard with parameters of type StandardKeyModifier and TypeMethodDescriptionServiceStandard.withKeies(StandardKey... values) Standard.withKeies(StandardKey... values) StandardKeyEnumeration.withKeies(StandardKey... values) Method parameters in org.javastro.ivoa.entities.resource.standard with type arguments of type StandardKeyModifier and TypeMethodDescriptionServiceStandard.withKeies(Collection<StandardKey> values) Standard.withKeies(Collection<StandardKey> values) StandardKeyEnumeration.withKeies(Collection<StandardKey> values)