Home | History | Annotate | Download | only in xmp

Lines Matching refs:propValue

187 	 * @param propValue the value for the property (only leaf properties have a value). 
199 Object propValue,
208 * @param propValue the value for the property
214 Object propValue) throws XMPException;
230 * @param itemValue the new value of the array item. Has the same usage as propValue in
272 * propValue in <code>setProperty()</code>.
320 * @param itemValue the value of the array item. Has the same usage as propValue in getProperty.
361 * Has the same usage as propValue in getProperty.
411 * value of the qualifier, if the qualifier has a value. Has the same usage as propValue
848 * @param propValue the literal property value as <code>boolean</code>.
855 boolean propValue,
864 * @param propValue the literal property value as <code>boolean</code>
870 boolean propValue) throws XMPException;
880 * @param propValue the literal property value as <code>int</code>.
887 int propValue,
896 * @param propValue the literal property value as <code>int</code>
902 int propValue) throws XMPException;
912 * @param propValue the literal property value as <code>long</code>.
919 long propValue,
928 * @param propValue the literal property value as <code>long</code>
934 long propValue) throws XMPException;
944 * @param propValue the literal property value as <code>double</code>.
951 double propValue,
960 * @param propValue the literal property value as <code>double</code>
966 double propValue) throws XMPException;
977 * @param propValue the property value as <code>XMPDateTime</code>.
984 XMPDateTime propValue,
993 * @param propValue the property value as <code>XMPDateTime</code>
999 XMPDateTime propValue) throws XMPException;
1010 * @param propValue the property value as Java <code>Calendar</code>.
1017 Calendar propValue,
1026 * @param propValue the property value as <code>Calendar</code>
1032 Calendar propValue) throws XMPException;
1043 * @param propValue the literal property value as byte array.
1050 byte[] propValue,
1059 * @param propValue the literal property value as byte array
1065 byte[] propValue) throws XMPException;