Examples of DataType

@author Portet to jme3 by user starcom "Paul Kashofer Austria" @see ImageGraphics
  • com.language.datatypes.DataType
  • com.opengamma.web.analytics.formatting.DataType
  • com.pogofish.jadt.ast.DataType
  • com.quantcomponents.core.model.DataType
  • com.rackspacecloud.blueflood.types.DataType
  • com.sogou.qadev.service.cynthia.bean.Field.DataType
  • com.topcoder.shared.problem.DataType
  • com.yfaces.component.DataType
  • de.fuberlin.wiwiss.d2rq.sql.types.DataType
    #chris>
  • edu.indiana.extreme.lead.metadata.DataType
  • ee.quest.widget.form.DataType
    @author Kaido Kalda
  • es.ipsa.atril.doc.user.DataType
  • gri.data.DataType
  • io.crate.types.DataType
  • liquibase.structure.core.DataType
  • net.canarymod.database.Column.DataType
  • net.opengis.wps10.DataType
    A representation of the model object 'Data Type'. Identifies the form of this input or output value, and provides supporting information.

    The following features are supported:

    @see net.opengis.wps10.Wps10Package#getDataType() @model extendedMetaData="name='DataType' kind='elementOnly'" @generated
  • net.sf.mpxj.DataType
  • net.sf.myway.gps.garmin.parser.DataType
    @author Andreas Beckers
  • nz.co.abrahams.asithappens.core.DataType
    Contains type information for a DataSets instance. @author mark
  • org.apache.airavata.model.workspace.experiment.DataType
  • org.apache.axis2.corba.idl.types.DataType
  • org.apache.cocoon.forms.datatype.Datatype
    A Datatype encapsulates the functionality for working with specific kinds of data like integers, deciamals or dates.

    I provides:

    Each datatype can be marked as an "arraytype". Currently, this only has an influence on the {@link #validate(Object,ExpressionContext)} method, which should in that case be passedan array of objects. See also {@link #isArrayType()}. @version $Id: Datatype.java 56581 2004-11-04 10:12:30Z sylvain $

  • org.apache.cocoon.woody.datatype.Datatype
    A Datatype encapsulates the functionality for working with specific kinds of data like integers, deciamals or dates.

    I provides:

    Each datatype can be marked as an "arraytype". Currently, this only has an influence on the {@link #validate} method, which should in that case be passedan array of objects. See also {@link #isArrayType}.

  • org.apache.empire.data.DataType
  • org.apache.tajo.common.TajoDataTypes.DataType
  • org.apache.tapestry.beaneditor.DataType
  • org.apache.tapestry5.beaneditor.DataType
    A mixin for a text field that allows for autocompletion of text fields. This is based on Prototype's autocompleter control.

    The mixin renders an (initially invisible) progress indicator after the field (it will also be after the error icon most fields render). The progress indicator is made visible during the request to the server. The mixin then renders a <div> that will be filled in on the client side with dynamically obtained selections.

    Multiple selection on the client is enabled by binding the tokens parameter (however, the mixin doesn't help split multiple selections up on the server, that is still your code's responsibility).

    The container is responsible for providing an event handler for event "providecompletions". The context will be the partial input string sent from the client. The return value should be an array or list of completions, in presentation order. I.e.

     String[] onProvideCompletionsFromMyField(String input) { return . . .; } 
  • org.apache.tuscany.api.annotation.DataType
  • org.apache.tuscany.sca.interfacedef.DataType
    Representation of the type of data associated with an operation. Data is represented in two forms: the physical form used by the runtime and a logical form used by the assembly. The physical form is a Java Type because the runtime is written in Java. This may be the same form used by the application but it may not; for example, an application that is performing stream processing may want a physical form such as an {@link java.io.InputStream InputStream} to semantically operate on applicationdata such as a purchase order. The logical description is that used by the assembly model and is an identifier into some well-known type space; examples may be a Java type represented by its Class or an XML type represented by its QName. Every data type may also contain metadata describing the expected data; for example, it could specify a preferred data binding technology or the size of a typical instance. @version $Rev: 941690 $ $Date: 2010-05-06 13:20:28 +0100 (Thu, 06 May 2010) $ @tuscany.spi.extension.asclient
  • org.apache.tuscany.spi.model.DataType
    Representation of the type of data associated with an operation. Data is represented in two forms: the physical form used by the runtime and a logical form used by the assembly. The physical form is a Java Type because the runtime is written in Java. This may be the same form used by the application but it may not; for example, an application that is performing stream processing may want a physical form such as an {@link java.io.InputStream InputStream} tosemantially operate on application data such as a purchase order. The logical description is that used by the assembly model and is an identifier into some well-known type space; examples may be a Java type represented by its Class or an XML type represented by its QName. Every data type may also contain metadata describing the expected data; for example, it could specify a preferred data binding technology or the size of a typical instance. @version $Rev: 453987 $ $Date: 2006-10-07 11:53:52 -0700 (Sat, 07 Oct 2006) $
  • org.applause.lang.applauseDsl.DataType
    A representation of the model object 'Data Type'. @see org.applause.lang.applauseDsl.ApplauseDslPackage#getDataType() @model @generated
  • org.caffinitas.mapper.core.codec.DataType
    Data types supported by cassandra.
  • org.data2semantics.platform.core.data.DataType
  • org.dbunit.dataset.datatype.DataType
    n.com/j2se/1.3/docs/guide/jdbc/getstart/mapping.html#table1">sun JDBC object mapping @author Manuel Laflamme @version $Revision: 1194 $
  • org.dmg.pmml.DataType
  • org.dmg.pmml._40.DATATYPE
    An implementation of the model object 'Vector Dictionary Type'.

    The following features are implemented:

    @generated
  • org.drools.core.process.core.datatype.DataType
    Abstract representation of a datatype.
  • org.drools.process.core.datatype.DataType
    Abstract representation of a datatype. @author Kris Verlaenen
  • org.eclipse.uml2.uml.DataType
  • org.enhydra.shark.xpdl.elements.DataType
  • org.eurekastreams.server.domain.gadgetspec.UserPrefDTO.DataType
  • org.formulacompiler.compiler.internal.expressions.DataType
  • org.h2.mvstore.type.DataType
    Parses an entry in a Java-style log file.
  • org.h2.value.DataType
    This class contains meta data information about data types, and can convert between Java objects and Values.
  • org.hibernate.metamodel.relational.Datatype
    Models a JDBC {@link java.sql.Types DATATYPE} @todo Do we somehow link this in with {@link org.hibernate.internal.util.jdbc.TypeInfo} ? @author Steve Ebersole
  • org.ibeans.api.DataType
  • org.jboss.dna.sequencer.ddl.datatype.DataType
    @author blafond
  • org.jmxdatamart.common.DataType
  • org.lealone.value.DataType
    This class contains meta data information about data types, and can convert between Java objects and Values.
  • org.locationtech.udig.style.sld.editor.raster.ValueFormatter.DataType
  • org.modeshape.sequencer.ddl.datatype.DataType
    A representation of SQL data types.
  • org.mule.api.transformer.DataType
    Defines a Java type associated with additional information about the data. This may be a mime type for the type or for collections, the collection item type can be stored with the collection type. @since 3.0.0
  • org.openengsb.core.edbi.jdbc.sql.DataType
    An SQL data type.
  • org.openhab.binding.tellstick.internal.JNA.DataType
  • org.openrdf.query.algebra.Datatype
    3.org/TR/rdf-sparql-query/#func-datatype">SPARQL Query Language for RDF. @author Arjohn Kampman
  • org.pentaho.metadata.model.concept.types.DataType
  • org.relaxng.datatype.Datatype
    Datatype object. This object has the following functionality:
    1. functionality to identify a class of character sequences. This is done through the isValid method.
    2. functionality to produce a "value object" from a character sequence and context information.
    3. functionality to test the equality of two value objects.
    This interface also defines the createStreamingValidator method, which is intended to efficiently support the validation of large character sequences. @author James Clark @author Kohsuke KAWAGUCHI
  • org.rhq.core.domain.measurement.DataType
  • org.slim3.gen.datastore.DataType
    The collection of constants of class. @author taedium @since 1.0.0
  • org.springframework.data.keyvalue.redis.connection.DataType
  • org.springframework.data.redis.connection.DataType
  • org.teiid.metadata.Datatype
  • org.thechiselgroup.choosel.core.client.resources.DataType
  • org.thechiselgroup.choosel.core.client.util.DataType
  • org.wijiscommons.ssaf.schema.search.DataType
  • quickdb.db.dbms.mysql.DataType
    @author Diego Sarmentero
  • rulesystem.ruleinput.RuleInputMetaData.DataType
  • tigase.xml.db.Types.DataType
  • ucar.ma2.DataType
  • uk.co.oliwali.HawkEye.DataType

  • Examples of org.applause.lang.applauseDsl.DataType

          Iterable<Platform> _filter = Iterables.<Platform>filter(_elements, Platform.class);
          final Platform platform = IterableExtensions.<Platform>head(_filter);
          EList<PlatformMapping> _mappings = platform.getMappings();
          PlatformMapping _head = IterableExtensions.<PlatformMapping>head(_mappings);
          final TypeMapping platformMapping = ((TypeMapping) _head);
          DataType _type = platformMapping.getType();
          String _name = _type.getName();
          Matcher<String> _is = CoreMatchers.<String>is("String");
          Assert.<String>assertThat(_name, _is);
          String _simpleName = platformMapping.getSimpleName();
          Matcher<String> _is_1 = CoreMatchers.<String>is("NSString");
          Assert.<String>assertThat(_simpleName, _is_1);
    View Full Code Here

    Examples of org.caffinitas.mapper.core.codec.DataType

            if (compValue == null) {
                return true;
            }

            // TODO parse DynamicCompositeType aliases
            DataType colType = retriever.getType(col);
            Map<Byte, DataType> aliases = Collections.emptyMap();

            DynamicComposite denormInstance = new DynamicComposite(session.persistenceManager.protocolVersion, aliases, compValue);
            accessor.setObject(instance, denormInstance);
    View Full Code Here

    Examples of org.data2semantics.platform.core.data.DataType

      private static JavaDomain domain = new JavaDomain();
     
      @Override
      public boolean typeMatches(Output output, Input input)
      {
        DataType outputType = output.dataType();
        DataType inputType =  input.dataType();
       
        return PlatformUtil.isAssignableFrom( inputType.clazz(), outputType.clazz());
      }
    View Full Code Here

    Examples of org.dbunit.dataset.datatype.DataType

            int columnType = rsMetaData.getColumnType(rsIndex);
            String columnTypeName = rsMetaData.getColumnTypeName(rsIndex);
            String columnName = rsMetaData.getColumnName(rsIndex);
            int isNullable = rsMetaData.isNullable(rsIndex);

            DataType dataType = dataTypeFactory.createDataType(
                        columnType, columnTypeName, tableName, columnName);

            Column column = new Column(
                    columnName,
                    dataType,
    View Full Code Here

    Examples of org.dmg.pmml.DataType

        FieldName fieldName = new FieldName( name );

        if( getPMMLModel().getDataField( fieldName ) != null )
          throw new IllegalStateException( "field name already in dictionary" );

        DataType dataType = DataTypes.getTypeToPmml( type );

        if( dataType == null )
          throw new IllegalStateException( "no data type mapping from: " + Util.getTypeName( type ) );

        getPMMLModel().addDataField( fieldName, OpType.CONTINUOUS, dataType );
    View Full Code Here

    Examples of org.dmg.pmml._40.DATATYPE

       * <!-- begin-user-doc -->
       * <!-- end-user-doc -->
       * @generated
       */
      public void setDataType(DATATYPE newDataType) {
        DATATYPE oldDataType = dataType;
        dataType = newDataType == null ? DATA_TYPE_EDEFAULT : newDataType;
        boolean oldDataTypeESet = dataTypeESet;
        dataTypeESet = true;
        if (eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.SET, _40Package.MAP_VALUES_TYPE__DATA_TYPE, oldDataType, dataType, !oldDataTypeESet));
    View Full Code Here

    Examples of org.drools.core.process.core.datatype.DataType

        public void removeListener(DataTypeEditor.DataTypeListener listener) {
            listeners.remove(listener);
        }
       
        private void notifyListeners() {
            DataType dataType = getDataType();
            for (Iterator it = listeners.iterator(); it.hasNext(); ) {
                DataTypeEditor.DataTypeListener listener = (DataTypeEditor.DataTypeListener) it.next();
                listener.dataTypeChanged(dataType);
            }
        }
    View Full Code Here

    Examples of org.drools.process.core.datatype.DataType

            parser.startElementBuilder( localName,
                                        attrs );
            TypeObject typeable = (TypeObject) parser.getParent();
            String name = attrs.getValue("name");
            emptyAttributeCheck(localName, "name", name, parser);
            DataType dataType = null;
            try {
                dataType = (DataType) Class.forName(name).newInstance();
                // TODO make this pluggable so datatypes can read in other properties as well
                if (dataType instanceof ObjectDataType) {
                    String className = attrs.getValue("className");
    View Full Code Here

    Examples of org.eclipse.uml2.uml.DataType

       * <!-- begin-user-doc --> <!-- end-user-doc -->
       *
       * @generated
       */
      public void setBase_DataType(DataType newBase_DataType) {
        DataType oldBase_DataType = base_DataType;
        base_DataType = newBase_DataType;
        if(eNotificationRequired())
          eNotify(new ENotificationImpl(this, Notification.SET, BlocksPackage.VALUE_TYPE__BASE_DATA_TYPE, oldBase_DataType, base_DataType));
      }
    View Full Code Here

    Examples of org.enhydra.shark.xpdl.elements.DataType

                    return;
                ActualParameter ap = (ActualParameter)aps.get(i);
                String fpMode = fp.getMode();
                if(fpMode.equals("IN") && !checkExpression)
                    continue;
                DataType fpdt = fp.getDataType();
                DataTypes fpdtt = fpdt.getDataTypes();
                XMLElement fpType = fpdtt.getChoosen();
                Map idToDFOrFP = XMLUtil.getWorkflowProcess(aps).getAllVariables();
                String apWRD = ap.toValue();
                XMLCollectionElement ce = (XMLCollectionElement)idToDFOrFP.get(apWRD);
                if(ce == null)
                {
                    if(!fpMode.equals("IN"))
                    {
                        XMLValidationError verr = new XMLValidationError("ERROR", "LOGIC", "ERROR_NON_EXISTING_VARIABLE_REFERENCE", apWRD, ap);
                        existingErrors.add(verr);
                        continue;
                    }
                    boolean evaluateToString = false;
                    if(fpType instanceof BasicType)
                    {
                        String fpAT = ((BasicType)fpType).getType();
                        if(fpAT.equals("STRING"))
                            evaluateToString = true;
                    }
                    if(XMLUtil.canBeExpression(apWRD, XMLUtil.getWorkflowProcess(ap).getAllVariables(), evaluateToString) || apWRD.equals("null"))
                        continue;
                    if(fpType instanceof BasicType)
                    {
                        String fpAT = ((BasicType)fpType).getType();
                        if(fpAT.equals("INTEGER"))
                        {
                            try
                            {
                                new Integer(apWRD);
                                continue;
                            }
                            catch(Exception ex) { }
                            if(apWRD.toLowerCase().indexOf("short") >= 0 || apWRD.toLowerCase().indexOf("integer") >= 0 || apWRD.toLowerCase().indexOf("long") >= 0)
                                continue;
                        } else
                        if(fpAT.equals("FLOAT"))
                        {
                            try
                            {
                                new Double(apWRD);
                                continue;
                            }
                            catch(Exception ex) { }
                            if(apWRD.toLowerCase().indexOf("short") >= 0 || apWRD.toLowerCase().indexOf("integer") >= 0 || apWRD.toLowerCase().indexOf("long") >= 0 || apWRD.toLowerCase().indexOf("float") >= 0 || apWRD.toLowerCase().indexOf("double") >= 0)
                                continue;
                        } else
                        if(fpAT.equals("BOOLEAN") && (apWRD.equals("false") || apWRD.equals("true") || apWRD.toLowerCase().indexOf("boolean") >= 0))
                            continue;
                    }
                    XMLValidationError verr = new XMLValidationError("WARNING", "LOGIC", "WARNING_ACTUAL_PARAMETER_EXPRESSION_POSSIBLY_INVALID", apWRD, ap);
                    existingErrors.add(verr);
                    continue;
                }
                XMLElement apType = null;
                DataType apdt = (DataType)ce.get("DataType");
                DataTypes apdtt = apdt.getDataTypes();
                apType = apdtt.getChoosen();
                boolean invalidType = false;
                if(fpType.getClass().equals(apType.getClass()))
                {
                    if(fpType instanceof BasicType)
    View Full Code Here
    TOP
    Copyright © 2018 www.massapi.com. 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.