|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface AAFProperty
Labels a get method of a Java class to indicate that it provides access to the property of an AAF class.
THE COMMENTS FOR THIS ANNOTATION ARE INCOMPLETE.
PropertyDefinition
,
InterchangeObject.getProperties()
,
PropertyValue
Required Element Summary | |
---|---|
String |
definedName
|
boolean |
optional
|
String |
typeName
|
boolean |
uniqueIdentifier
|
int |
uuid1
|
short |
uuid2
|
short |
uuid3
|
byte[] |
uuid4
|
Optional Element Summary | |
---|---|
short |
pid
|
Element Detail |
---|
public abstract int uuid1
public abstract short uuid2
public abstract short uuid3
public abstract byte[] uuid4
public abstract String definedName
public abstract String typeName
public abstract boolean optional
public abstract boolean uniqueIdentifier
public abstract short pid
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |