Home
last modified time | relevance | path

Searched refs:JUST_CHILDREN (Results 1 – 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
DIteratorOptions.java21 public static final int JUST_CHILDREN = 0x0100; field in IteratorOptions
38 return getOption(JUST_CHILDREN); in isJustChildren()
77 setOption(JUST_CHILDREN, value); in setJustChildren()
128 case JUST_CHILDREN : return "JUST_CHILDREN"; in defineOptionName()
143 JUST_CHILDREN | in getValidOptions()