Uses of Enum
org.apache.sis.metadata.TypeValuePolicy
Packages that use TypeValuePolicy
-
Uses of TypeValuePolicy in org.apache.sis.metadata
Fields in org.apache.sis.metadata declared as TypeValuePolicyModifier and TypeFieldDescription(package private) final TypeValuePolicy
TypeMap.valuePolicy
The kind of values in this map.Methods in org.apache.sis.metadata that return TypeValuePolicyModifier and TypeMethodDescriptionstatic TypeValuePolicy
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 TypeValuePolicyModifier and TypeMethodDescriptionMetadataStandard.asTypeMap
(Class<?> type, KeyNamePolicy keyPolicy, TypeValuePolicy valuePolicy) Returns the type of all properties, or their declaring type, defined in the given metadata type.(package private) Class<?>
PropertyAccessor.type
(int index, TypeValuePolicy policy) Returns the type of the property at the given index.(package private) Class<?>
SpecialCases.type
(int index, TypeValuePolicy policy) Delegates toPropertyAccessor.type(int, TypeValuePolicy)
, then substitutes the type for the properties handled in a special way.Constructors in org.apache.sis.metadata with parameters of type TypeValuePolicyModifierConstructorDescription(package private)
TypeMap
(PropertyAccessor accessor, KeyNamePolicy keyPolicy, TypeValuePolicy valuePolicy) Creates a type map for the specified accessor.