Uses of Class
org.apache.sis.metadata.TypeValuePolicy
-
Packages that use TypeValuePolicy Package Description org.apache.sis.metadata Root package for various metadata implementations. -
-
Uses of TypeValuePolicy in org.apache.sis.metadata
Methods in org.apache.sis.metadata that return TypeValuePolicy Modifier and Type Method Description static TypeValuePolicy
TypeValuePolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static TypeValuePolicy[]
TypeValuePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.metadata with parameters of type TypeValuePolicy Modifier and Type Method Description Map<String,Class<?>>
MetadataStandard. asTypeMap(Class<?> type, KeyNamePolicy keyPolicy, TypeValuePolicy valuePolicy)
Returns the type of all properties, or their declaring type, defined in the given metadata type.
-