Interface MetadataSpecPropertiesContainer
- All Known Implementing Classes:
CreateMetadataSpecRequest
,MetadataSpec
,MetadataSpecProperty
,UpdateMetadataSpecRequest
public interface MetadataSpecPropertiesContainer
An interface for a type which has metadata spec properties.
-
Method Summary
Modifier and TypeMethodDescriptionGets allMetadataSpecProperty
.getType()
Gets the type of this container.
-
Method Details
-
getType
MetadataSpecPropertyType getType()Gets the type of this container.- Returns:
- this container's type
-
getProperties
List<MetadataSpecProperty> getProperties()Gets allMetadataSpecProperty
.- Returns:
- A
List<MetadataSpecProperty>
-