Interface MapDescriptor
-
- All Known Implementing Classes:
DefaultMapDescriptor
public interface MapDescriptorAdditional characteristics for an attribute of Map type, i.e. an attribute that holds values ofjava.lang.Maptype.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescriptorgetKeyType()Provides descriptor of thekeytype in the Map.TypeDescriptorgetValueType()Provides descriptor for thevaluetype in the Map.
-
-
-
Method Detail
-
getKeyType
TypeDescriptor getKeyType()
Provides descriptor of thekeytype in the Map.- Returns:
- descriptor for the Map
keytype.
-
getValueType
TypeDescriptor getValueType()
Provides descriptor for thevaluetype in the Map.- Returns:
- descriptor for the Map
valuetype.
-
-