public interface CandidateETSAttribute extends Serializable
Represents an ETSAttribute
object that needs to be created using ETSAuthoringService methods
A CandidateETSAttribute must have at least the following attributes correctly defined
for it to be created as an ETSAttribute
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name of this
CandidateETSAttribute . |
String |
getValue()
Gets the value of this
CandidateETSAttribute . |
void |
setName(String name)
Sets the name of this
CandidateETSAttribute . |
void |
setValue(String value)
Sets the value of this
CandidateETSAttribute . |
String getName()
CandidateETSAttribute
.CandidateETSAttribute
.setName(java.lang.String)
String getValue()
CandidateETSAttribute
.CandidateETSAttribute
.setValue(java.lang.String)
void setName(String name)
CandidateETSAttribute
.
The maximum length of this attribute is 50.name
- Name for this CandidateETSAttribute
.getName()
void setValue(String value)
CandidateETSAttribute
.
The maximum length of this attribute is 1000.value
- Value for this CandidateETSAttribute
.getValue()
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved