Package org.neo4j.webadmin.properties

Examples of org.neo4j.webadmin.properties.ValueDefinition


    }

    public ServerPropertyRepresentation( String key, String displayName,
            String value, PropertyType type )
    {
        this( key, displayName, value, type, new ValueDefinition() );
    }
View Full Code Here

TOP

Related Classes of org.neo4j.webadmin.properties.ValueDefinition

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.