|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SearchTag>
tv.amwa.maj.union.SearchTag
public enum SearchTag
Specifies the type of criteria used to match mobs in a search criteria.
Original C name: aafSearchTag_e
SearchCriteria
Enum Constant Summary | |
---|---|
ByClass
Criteria that matches mobs by their class id. |
|
ByCompositionMobUsageCode
Criteria that matches composition mobs by their usage code. |
|
ByDataDef
Criteria that matches mobs by their data definition. |
|
ByMasterMobUsageCode
Criteria that matches master mobs by their usage code. |
|
ByMediaCrit
Criteria that matches mobs by their media criteria type. |
|
ByMobID
Criteria that matches mobs by their mob id. |
|
ByMobKind
Criteria that matches mobs by their kind. |
|
ByName
Criteria that matches mobs by their name. |
|
BySourceMobUsageCode
Criteria that matches source mobs by their usage code. |
|
ByUsageCode
Criteria that matches all mobs by their usage code. |
|
NoSearch
Criteria that matches nothing. |
Method Summary | |
---|---|
long |
value()
Returns the unique integer value associated with an enumeration value, either according to the AAF specification and/or the current AAF meta dictionary. |
static SearchTag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearchTag[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tv.amwa.maj.enumeration.AAFEnumerationValue |
---|
name |
Enum Constant Detail |
---|
public static final SearchTag NoSearch
Criteria that matches nothing.
SearchForNothing
public static final SearchTag ByMobID
Criteria that matches mobs by their mob id.
SearchByMobID
public static final SearchTag ByMobKind
Criteria that matches mobs by their kind.
SearchByMobKind
public static final SearchTag ByName
Criteria that matches mobs by their name.
SearchByName
public static final SearchTag ByClass
Criteria that matches mobs by their class id.
SearchByAUID
public static final SearchTag ByDataDef
Criteria that matches mobs by their data definition.
SearchByAUID
public static final SearchTag ByMediaCrit
Criteria that matches mobs by their media criteria type.
SearchByMediaCriteria
public static final SearchTag ByUsageCode
Criteria that matches all mobs by their usage code.
SearchByAUID
,
TypeDefinitionExtendibleEnumeration.UsageType
,
Mob.getUsageCode()
public static final SearchTag ByMasterMobUsageCode
Criteria that matches master mobs by their usage code.
SearchByAUID
,
TypeDefinitionExtendibleEnumeration.UsageType
,
Mob.getUsageCode()
public static final SearchTag BySourceMobUsageCode
Criteria that matches source mobs by their usage code.
SearchByAUID
,
TypeDefinitionExtendibleEnumeration.UsageType
,
Mob.getUsageCode()
public static final SearchTag ByCompositionMobUsageCode
Criteria that matches composition mobs by their usage code.
SearchByAUID
,
TypeDefinitionExtendibleEnumeration.UsageType
,
Mob.getUsageCode()
Method Detail |
---|
public static final SearchTag[] values()
for(SearchTag c : SearchTag.values()) System.out.println(c);
public static SearchTag valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name@Int64 public long value()
AAFEnumerationValue
Returns the unique integer value associated with an enumeration value, either according to the AAF specification and/or the current AAF meta dictionary.
value
in interface AAFEnumerationValue
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |