public class MediaAttributes extends Object implements Media, MetacardType
BITS_PER_SAMPLE, BITS_PER_SECOND, COMPRESSION, DURATION, ENCODING, FORMAT, FORMAT_VERSION, FRAME_CENTER, FRAMES_PER_SECOND, HEIGHT, NUMBER_OF_BANDS, SCANNING_MODE, TYPE, WIDTHDEFAULT_METACARD_TYPE_NAME| Constructor and Description |
|---|
MediaAttributes() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDescriptor |
getAttributeDescriptor(String name)
Get the
AttributeDescriptor for a particular Attribute name. |
Set<AttributeDescriptor> |
getAttributeDescriptors()
|
String |
getName()
Gets the name of this
MetacardType. |
public Set<AttributeDescriptor> getAttributeDescriptors()
MetacardTypegetAttributeDescriptors in interface MetacardTypeCollections.unmodifiableSet(Set)public AttributeDescriptor getAttributeDescriptor(String name)
MetacardTypeAttributeDescriptor for a particular Attribute name.getAttributeDescriptor in interface MetacardTypeAttributeDescriptor, null if not found.public String getName()
MetacardTypeMetacardType. A MetacardType name must be unique. Two separate
MetacardType objects that do not have the same set of AttributeDescriptors should not have the
same name.getName in interface MetacardTypeMetacardType, default is MetacardType.DEFAULT_METACARD_TYPE_NAME;This work is licensed under a Creative Commons Attribution 4.0 International License.