Tabnine Logo
TemplateHandler.commonIdAttributes
Code IndexAdd Tabnine to your IDE (free)

How to use
commonIdAttributes
method
in
com.ociweb.pronghorn.pipe.schema.loader.TemplateHandler

Best Java code snippets using com.ociweb.pronghorn.pipe.schema.loader.TemplateHandler.commonIdAttributes (Showing top 3 results out of 315)

origin: oci-pronghorn/Pronghorn

  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int32")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.IntegerSignedOptional : TypeMask.IntegerSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("uint64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongUnsignedOptional : TypeMask.LongUnsigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongSignedOptional : TypeMask.LongSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("length")) {
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("string")) {
  if ("unicode".equals(attributes.getValue("charset"))) {
        : TypeMask.TextASCII;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("decimal")) {
  fieldPMapInc = 2; // any operators must count as two PMap fields.
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.DecimalOptional  : TypeMask.Decimal;
  commonIdAttributes(attributes);
  fieldOperator = OperatorMask.Field_None;
  fieldType = TypeMask.ByteVector;
  commonIdAttributes(attributes);
origin: com.ociweb/PronghornPipes

  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int32")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.IntegerSignedOptional : TypeMask.IntegerSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("uint64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongUnsignedOptional : TypeMask.LongUnsigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongSignedOptional : TypeMask.LongSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("length")) {
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("string")) {
  if ("unicode".equals(attributes.getValue("charset"))) {
        : TypeMask.TextASCII;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("decimal")) {
  fieldPMapInc = 2; // any operators must count as two PMap fields.
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.DecimalOptional  : TypeMask.Decimal;
  commonIdAttributes(attributes);
  fieldOperator = OperatorMask.Field_None;
  fieldType = TypeMask.ByteVector;
  commonIdAttributes(attributes);
origin: com.ociweb/pronghorn-pipes

  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int32")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.IntegerSignedOptional : TypeMask.IntegerSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("uint64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongUnsignedOptional : TypeMask.LongUnsigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("int64")) {
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.LongSignedOptional : TypeMask.LongSigned;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("length")) {
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("string")) {
  if ("unicode".equals(attributes.getValue("charset"))) {
        : TypeMask.TextASCII;
  commonIdAttributes(attributes);
} else if (qName.equalsIgnoreCase("decimal")) {
  fieldPMapInc = 2; // any operators must count as two PMap fields.
  fieldType = "optional".equals(attributes.getValue("presence")) ? TypeMask.DecimalOptional  : TypeMask.Decimal;
  commonIdAttributes(attributes);
  fieldOperator = OperatorMask.Field_None;
  fieldType = TypeMask.ByteVector;
  commonIdAttributes(attributes);
com.ociweb.pronghorn.pipe.schema.loaderTemplateHandlercommonIdAttributes

Popular methods of TemplateHandler

  • loadFrom
  • <init>
  • basicGroupClose
  • basicGroupStart
  • buildDictionaryMemberLists
  • buildToken
  • endElement
  • from
  • lengthOfArrayForThisType
  • saveResetListMembers
  • setActiveDictionary
  • simpleName
  • setActiveDictionary,
  • simpleName,
  • startElement

Popular in Java

  • Reading from database using SQL prepared statement
  • startActivity (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • Reference (javax.naming)
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now