Package org.exolab.castor.builder.info

Examples of org.exolab.castor.builder.info.IdentityInfo


     * Creates an {@link IdentityInfo} instance for the given name.
     * @param name Identity field name.
     * @return The {@link IdentityInfo} instance just created.
     */
    public IdentityInfo createIdentity (final String name) {
        IdentityInfo idInfo = new IdentityInfo(name, this.identityMemberAndAccessorFactory);
        if (_bound) { idInfo.setBound(_bound); }
        return idInfo;
    }
View Full Code Here

TOP

Related Classes of org.exolab.castor.builder.info.IdentityInfo

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.