Package org.apache.padaf.xmpbox.type

Examples of org.apache.padaf.xmpbox.type.FieldDescription


    List<String> fieldDescription = new ArrayList<String>();
    fieldDescription.add("FieldDesc1");
    fieldDescription.add("FieldDesc2");

    List<FieldDescription> fieldList = new ArrayList<FieldDescription>();
    fieldList.add(new FieldDescription(fieldNames.get(0), fieldValueTypes
        .get(0), fieldDescription.get(0)));
    fieldList.add(new FieldDescription(fieldNames.get(1), fieldValueTypes
        .get(1), fieldDescription.get(1)));

    XMLValueTypeDescriptionManager xmlParser = new XMLValueTypeDescriptionManager();

    xmlParser.addValueTypeDescription(type, uri, prefix, descProp,
View Full Code Here

TOP

Related Classes of org.apache.padaf.xmpbox.type.FieldDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.