/******************************************************************************* * Copyright (c) 2004, 2007-2008 IBM Corporation and Cambridge Semantics Incorporated. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * File: $Source$ * Created by: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Created on: Generated Source from org.openanzo.jdbc.utils.opgen.jet * Revision: $Id$ * * Contributors: * IBM Corporation - initial API and implementation * Cambridge Semantics Incorporated - Fork to Anzo *******************************************************************************/ package org.openanzo.ontologies.system; /** * Interface for Parameter ontology class<br> * Use the org.openanzo.ontologies.system.SystemFactory to create instances of this interface. * <p>(URI: http://openanzo.org/ontologies/2008/07/System#Parameter)</p> * <br> * RDF Schema Standard Properties <br> * comment : Request Parameter <br> * <br> * <br> */ @SuppressWarnings("all") public interface Parameter extends org.openanzo.rdf.jastor.Thing { /** * The rdf:type for this ontology class */ public static final org.openanzo.rdf.URI TYPE = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#Parameter"); /** * The Anzo Property for name * <p>(URI: http://openanzo.org/ontologies/2008/07/System#name)</p> * <br> */ public static org.openanzo.rdf.URI nameProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#name"); /** * The Anzo Property for nullAllowed * <p>(URI: http://openanzo.org/ontologies/2008/07/System#nullAllowed)</p> * <br> */ public static org.openanzo.rdf.URI nullAllowedProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#nullAllowed"); /** * The Anzo Property for parameterLocation * <p>(URI: http://openanzo.org/ontologies/2008/07/System#parameterLocation)</p> * <br> */ public static org.openanzo.rdf.URI parameterLocationProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#parameterLocation"); /** * The Anzo Property for type * <p>(URI: http://openanzo.org/ontologies/2008/07/System#type)</p> * <br> */ public static org.openanzo.rdf.URI typeProperty = org.openanzo.rdf.jastor.ThingFactory.valueFactory.createURI("http://openanzo.org/ontologies/2008/07/System#type"); /** * Gets the 'name' property value from the given graph * @return {@link java.lang.String} * @see #nameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getName() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'name' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.String} * @see #nameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getName(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'name' property value * @param name {@link java.lang.String}, the value to set * @see #nameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setName(java.lang.String name) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'name'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #nameProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearName(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'nullAllowed' property value from the given graph * @return {@link java.lang.Boolean} * @see #nullAllowedProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Boolean getNullAllowed() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'nullAllowed' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.Boolean} * @see #nullAllowedProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.Boolean getNullAllowed(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'nullAllowed' property value * @param nullAllowed {@link java.lang.Boolean}, the value to set * @see #nullAllowedProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setNullAllowed(java.lang.Boolean nullAllowed) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'nullAllowed'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #nullAllowedProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearNullAllowed(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'parameterLocation' property value from the given graph * @return {@link java.lang.String} * @see #parameterLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getParameterLocation() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'parameterLocation' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link java.lang.String} * @see #parameterLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public java.lang.String getParameterLocation(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'parameterLocation' property value * @param parameterLocation {@link java.lang.String}, the value to set * @see #parameterLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setParameterLocation(java.lang.String parameterLocation) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'parameterLocation'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #parameterLocationProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearParameterLocation(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'type' property value * @return {@link org.openanzo.ontologies.system.Type} * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.Type getType() throws org.openanzo.rdf.jastor.JastorException; /** * Gets the 'type' property value * @param includeEntireDataset Get the properties from the entire dataset, and not just the namedgraph * @return {@link org.openanzo.ontologies.system.Type} * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.Type getType(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'type' property value * @param type {@link org.openanzo.ontologies.system.Type}, value to set * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void setType(org.openanzo.ontologies.system.Type type) throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'type' property value to an anonymous node * @return {@link org.openanzo.ontologies.system.Type}, the created value * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.Type setType() throws org.openanzo.rdf.jastor.JastorException; /** * Sets the 'type' property value to the given resource, and add's rdf:type properties. This * method is equivalent constructing a new instance of {@link org.openanzo.ontologies.system.Type} with the factory. * and calling setType(org.openanzo.ontologies.system.Type type) * The resource argument have rdf:type http://openanzo.org/ontologies/2008/07/System#Type. That is, this method * should not be used as a shortcut for creating new objects in the model. * @param resource {@link org.openanzo.rdf.Resource} must not be be null. * @return {@link org.openanzo.ontologies.system.Type}, the newly created value * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public org.openanzo.ontologies.system.Type setType(org.openanzo.rdf.Resource resource) throws org.openanzo.rdf.jastor.JastorException; /** * Clears all values for 'type'. * @param includeEntireDataset Delete the properties from the entire dataset, and not just the namedgraph * @see #typeProperty * @throws org.openanzo.rdf.jastor.JastorException */ public void clearType(boolean includeEntireDataset) throws org.openanzo.rdf.jastor.JastorException; }