Examples of Attribute

Typical usage (code from the main() method of this class):

...
// Create numeric attributes "length" and "weight"
Attribute length = new Attribute("length");
Attribute weight = new Attribute("weight");

// Create vector to hold nominal values "first", "second", "third"
FastVector my_nominal_values = new FastVector(3);
my_nominal_values.addElement("first");
my_nominal_values.addElement("second");
my_nominal_values.addElement("third");

// Create nominal attribute "position"
Attribute position = new Attribute("position", my_nominal_values);
...

@author Eibe Frank (eibe@cs.waikato.ac.nz) @version $Revision: 1.44 $

  • org.jasig.portal.portlets.Attribute
    Simple class that wraps a string and provides a getter/setter. Nessescary for binding into the value of a Map in WebFlow @author Eric Dalquist @version $Revision$
  • org.jboss.as.clustering.jgroups.subsystem.ProtocolMetricsHandler.Attribute
  • org.jboss.as.controller.parsing.Attribute
  • org.jboss.as.jaxr.JAXRConstants.Attribute
  • org.jboss.as.jaxr.extension.JAXRConstants.Attribute
  • org.jboss.as.model.Attribute
  • org.jboss.dna.common.jdbc.model.api.Attribute
    Provides User Defined Type (UDT) attribute specific metadata. @author Sergiy Litsenko @since 1.4 (JDBC 3.0)
  • org.jboss.identity.idm.api.Attribute
    Abstract representation of attribute related to IdentityType object. Can have many values @author Boleslaw Dawidowicz @version : 0.1 $
  • org.jboss.netty.handler.codec.http.multipart.Attribute
    Attribute interface
  • org.jboss.security.xacml.sunxacml.ctx.Attribute
    Represents the AttributeType XML type found in the context schema. @since 1.0 @author Seth Proctor
  • org.jdom.Attribute
    An XML attribute. Methods allow the user to obtain the value of the attribute as well as namespace and type information. @version $Revision: 1.56 $, $Date: 2007/11/10 05:28:58 $ @author Brett McLaughlin @author Jason Hunter @author Elliotte Rusty Harold @author Wesley Biggs @author Victor Toni
  • org.jdom2.Attribute
  • org.jmxdatamart.Extractor.Attribute
    This class contains information related to any given attribute such as name, alias and its data type @author Binh Tran
  • org.jrdf.query.relation.Attribute
    The attribute-name:type-name combination. @author Andrew Newman @version $Revision: 2894 $
  • org.jresearch.flexess.umi.api.impl.Attribute
  • org.jsoup.nodes.Attribute
    A single key + value attribute. Keys are trimmed and normalised to lower-case. @author Jonathan Hedley, jonathan@hedley.net
  • org.jvnet.hk2.config.Attribute
    experimental thread local class for tracing inhabitant initialization and module resolution @author Jerome Dochez
  • org.kxml.Attribute
    Attribute class, used by both kDom and the pullparser. The instances of this class are immutable. This restriction allows manipulation aware element implementations without needing to care about hidden changes in attributes.
  • org.mapfish.print.attribute.Attribute
    Represents an attribute passed in from a web-client to be used to populate the report. It reads a value from the request data

    @author jesseeichar on 2/21/14.

  • org.mizartools.dli.Attribute
  • org.mybatis.generator.api.dom.xml.Attribute
    @author Jeff Butler
  • org.myphotodiary.model.Attribute
  • org.nasutekds.server.types.Attribute
    This class defines a data structure for storing and interacting with an attribute that may be used in the Directory Server.

    Attributes are immutable and therefore any attempts to modify them will result in an {@link UnsupportedOperationException}.

    There are two types of attribute: real attributes and virtual attributes. Real attributes can be created using the {@link AttributeBuilder} class or by using the various staticfactory methods in the {@link Attributes} class, whereas virtualattributes are represented using the {@link VirtualAttribute}class. New attribute implementations can be implemented by either implementing this interface or by extending {@link AbstractAttribute}.

  • org.nutz.repo.org.objectweb.asm.Attribute
    A non standard class, field, method or code attribute. @author Eric Bruneton @author Eugene Kuleshov
  • org.nxplanner.domain.Attribute
  • org.objectweb.asm.Attribute
    A non standard class, field, method or code attribute. @author Eric Bruneton, Eugene Kuleshov
  • org.omg.uml.foundation.core.Attribute
  • org.openengsb.domain.userprojects.model.Attribute
    Note: To make sure that this object can be managed properly by the EDB it is recommended to call the generateUuid method after setting all object attributes.
  • org.opengis.feature.Attribute
    An extension of Property for an attribute, or data.

    The notion of an "attribute" is similar to that of an attribute in UML.

    This interface is capable of modelling "primitive data", things like strings, numerics, dates, etc... However for "complex data" (that is non-primitive data types which are made up other primitive data types), a specific sub-interface is used, see {@link ComplexAttribute}.

    An analogy for an attribute is a "field" in a java object. A field also brings together a field name, value and type.

    Identifiable

    When an attribute is identifiable the {@link #getID()} method returns aunique identifier for the attribute. The type of the attribute is used to determine identifiability.
     Attribute attribute = ...; if ( attribute.getType().isIdentified() ) { String id = attribute.getID(); } 

    Validation

    An attribute may hold any value at runtime; checking that the value meets the constraints supplied by the AttributeType is the work of the validate() method. @see Property @author Jody Garnett (Refractions Research) @author Justin Deoliveira (The Open Planning Project) @source $URL$
  • org.openquark.util.attributes.Attribute
    An Attribute is an association of a String (the name) and an Object (the value, or list of values). This class is immutable.
  • org.opensaml.saml1.core.Attribute
    This interface defines how the object representing a SAML 1 Attribute element behaves.
  • org.opensaml.saml2.core.Attribute
    SAML 2.0 Core Attribute.
  • org.openxri.saml.Attribute
    This class provides encapsulation of a SAML 2.0 Attribute element @author =chetan
  • org.osmorc.manifest.lang.psi.Attribute
    @author Robert F. Beeger (robert@beeger.net)
  • org.ow2.asm.Attribute
    A non standard class, field, method or code attribute. @author Eric Bruneton @author Eugene Kuleshov
  • org.palo.api.Attribute
  • org.pentaho.aggdes.model.Attribute
  • org.picketlink.idm.api.Attribute
  • org.picketlink.idm.model.Attribute
  • org.python.antlr.ast.Attribute
  • org.python.pydev.parser.jython.ast.Attribute
  • org.richfaces.dtd.Attribute
    @author Maksim Kaszynski
  • org.sgx.yuigwt.yui.attr.Attribute
    ary.com/yui/docs/api/classes/Attribute.html @see http://yuilibrary.com/yui/docs/api/classes/AttributeCore.html @author sg
  • org.springframework.ide.eclipse.webflow.core.internal.model.Attribute
    @author Christian Dupuis @since 2.0
  • org.swixml.Attribute
    Class for store attribute info. @author Alex Buloichik
  • org.thymeleaf.dom.Attribute

    Models an element attribute.

    @author Daniel Fernández @since 2.0.0
  • org.twdata.maven.mojoexecutor.MojoExecutor.Attribute
  • org.vietspider.token.attribute.Attribute
    @author nhuthuanEmail: nhudinhthuan@yahoo.com
  • org.w3c.tools.resources.Attribute
    Instances of this class describe an attribute of a resource.
  • org.waveprotocol.wave.model.document.operation.util.ImmutableStateMap.Attribute
  • org.wildfly.extension.rts.configuration.Attribute
  • org.wso2.carbon.databridge.commons.Attribute
  • org.xulfaces.annotation.faces.ATTRIBUTE
  • org.xulfaces.annotation.taglib.ATTRIBUTE
  • org.zkoss.idom.Attribute
    The iDOM attribute.

    Design decision: Attribute is also a item. The reason is it simplifies the use of xpath. A xpath migt return either elements or attributes, so... @author tomyeh @see Element

  • proguard.classfile.attribute.Attribute
    This abstract class represents an attribute that is attached to a class, a class member, or a code attribute. Specific types of attributes are subclassed from it. @author Eric Lafortune @noinspection AbstractClassWithoutAbstractMethods
  • pt.webdetails.cdf.dd.model.core.Attribute
    @author dcleao
  • ptolemy.kernel.util.Attribute
    Attribute is a base class for attributes to be attached to instances of NamedObj. This base class is itself a NamedObj, with the only extension being that it can have a container. The setContainer() method puts this object on the list of attributes of the container. @author Edward A. Lee, Neil Smyth @version $Id: Attribute.java,v 1.84 2007/12/07 06:24:46 cxh Exp $ @since Ptolemy II 0.2 @Pt.ProposedRating Green (eal) @Pt.AcceptedRating Green (johnr)
  • railo.transformer.bytecode.statement.tag.Attribute
  • ro.isdc.wro.http.support.ServletContextAttributeHelper.Attribute
  • ucar.nc2.Attribute
    An Attribute has a name and a value, used for associating arbitrary metadata with a Variable or a Group. The value can be a one dimensional array of Strings or numeric values.

    Attributes are immutable. @author caron

  • uk.org.glendale.yags.core.stats.Attribute
  • vg.core.graph.Attribute
    This class realizes something attribute. @author tzolotuhin
  • weblogic.xml.stream.Attribute
    An interface that contains information about an attribute @since Weblogic XML Input Stream 1.0 @version 1.0 @see weblogic.xml.stream.XMLName @see weblogic.xml.stream.Attribute
  • weka.core.Attribute
    so.org/iso/en/prods-services/popstds/datesandtime.html" target="_blank"> ISO-8601 compliant, the default is yyyy-MM-dd'T'HH:mm:ss.
  • relational:
    This type of attribute can contain other attributes and is, e.g., used for representing Multi-Instance data. (Multi-Instance data consists of a nominal attribute containing the bag-id, then a relational attribute with all the attributes of the bag, and finally the class attribute.)
  • Typical usage (code from the main() method of this class):

    ...
    // Create numeric attributes "length" and "weight"
    Attribute length = new Attribute("length");
    Attribute weight = new Attribute("weight");

    // Create list to hold nominal values "first", "second", "third"
    List my_nominal_values = new ArrayList(3);
    my_nominal_values.add("first");
    my_nominal_values.add("second");
    my_nominal_values.add("third");

    // Create nominal attribute "position"
    Attribute position = new Attribute("position", my_nominal_values);
    ...

    @author Eibe Frank (eibe@cs.waikato.ac.nz) @version $Revision: 6889 $

  • wpn.hdri.ss.data.attribute.Attribute
    Stores values and corresponding read/write timestamps

    Implementation is thread safe but does not guarantee that underlying map won't be changed while reading

    This class contains most of the logic linked with storing values. The subclasses specify the way how a value is being added. @author Igor Khokhriakov @since 27.04.12

  • xtc.tree.Attribute
    A name/value pair. @author Robert Grimm @version $Revision: 1.12 $

  • Examples of com.dotcms.repackage.org.dom4j.Attribute

      public Map<String, String> attributes() {
        Node node = node();
        if (node instanceof Element) {
          Map<String, String> attrs = new HashMap<String, String>();
          for (Iterator i = ((Element) node).attributeIterator(); i.hasNext();) {
            Attribute a = (Attribute) i.next();
            attrs.put(a.getName(), a.getValue());
          }
          return attrs;
        }
        return null;
      }
    View Full Code Here

    Examples of com.dtolabs.rundeck.core.authorization.Attribute

         * Creates an authorization environment for a project.
         * @param project project name
         * @return environment to evaluate authorization for a project
         */
        public static Set<Attribute> authorizationEnvironment(final String project) {
            return Collections.singleton(new Attribute(URI.create(EnvironmentalContext.URI_BASE + "project"),
                    project));
        }
    View Full Code Here

    Examples of com.ebay.sdk.attributes.model.Attribute

        AttributeType[] attrs = attrSet.getAttribute();
        if( attrs != null ) {
          for (int i = 0; i < attrs.length; i++) {
            int n;
            Attribute attr = (Attribute) attrSet.getAttribute(i);

            Element attrNode = XmlUtil.appendChildNode(doc, attrSetNode, ATTRIBUTE);
            XmlUtil.appendAttributeNode(attrNode, ID, attr.getAttributeID());

            Element valueElement;
            Value val;
            if (attr.getType() == AttributeTypes.ATTR_ID) {
              checkSingleValueListItem(attr);
              val = (Value) attr.getValue(0);

              valueElement = XmlUtil.appendChildNode(doc, attrNode, VALUE);
              XmlUtil.appendAttributeNode(valueElement, ID, val.getValueID().intValue());

              if (val.getValueID().intValue() == (int) ValueIds.OTHER && val.getValueLiteral() != null) {
                // Add one more Attribute node with the same id.
                Element attrOther = XmlUtil.appendChildNode(doc, attrSetNode,
                    ATTRIBUTE);
                XmlUtil.appendAttributeNode(attrOther, ID, attr.getAttributeID());

                Node v_e = XmlUtil.appendChildNode(doc, attrOther, VALUE);
                XmlUtil.appendChildNode(doc, v_e, NAME, val.getValueLiteral());
              }
            } else if (attr.getType() == AttributeTypes.ATTR_IDS) {
              for (n = 0; n < attr.getValue().length; n++) {
                Value v_s = (Value) attr.getValue(n);
                valueElement = XmlUtil.appendChildNode(doc, attrNode, VALUE);
                XmlUtil.appendAttributeNode(valueElement, ID, v_s.getValueID().intValue());
              }
            } else if (attr.getType() == AttributeTypes.ATTR_TEXT) {
              checkSingleValueListItem(attr);
              val = (Value) attr.getValue(0);

              valueElement = XmlUtil.appendChildNode(doc, attrNode, VALUE);
              XmlUtil.appendChildNode(doc, valueElement, NAME, val.getValueLiteral());

              /*
                       if( val.ValueId == (int)ValueIds.OTHER )
                       {
                      // Add another attribute node with the same attribute Id
               Node attrOther = XmlUtil.AddChild(doc, attrSetNode, ATTRIBUTE);
               XmlUtil.AddAttributeNode(doc, attrOther, ID, attr.AttributeId.ToString());

                      valueElement = XmlUtil.AddChild(doc, attrOther, VALUE);
               XmlUtil.AddAttributeNode(doc, valueElement, ID, val.ValueId.ToString());
                       }
               */
            } else if (attr.getType() == AttributeTypes.ATTR_TEXT_DATE) {
              checkSingleValueListItem(attr);
              val = (Value) attr.getValue(0);

              valueElement = XmlUtil.appendChildNode(doc, attrNode, VALUE);
              XmlUtil.appendAttributeNode(valueElement, ID, val.getValueID().intValue());

              addDateToValueNode(valueElement, val.getValueLiteral());
            } else {
              // Unsupported attribute type.
              for (n = 0; n < attr.getValue().length; n++) {
              //foreach(IValue v_o in attr.ValueList )
                Value v_o = (Value) attr.getValue(n);
                valueElement = XmlUtil.appendChildNode(doc, attrNode, VALUE);
                XmlUtil.appendChildNode(doc, valueElement, NAME, v_o.getValueLiteral());
                if (v_o.getValueID() != null && v_o.getValueID().intValue() != 0) {
                  XmlUtil.appendAttributeNode(valueElement, ID, v_o.getValueID().toString());
                }
    View Full Code Here

    Examples of com.foundationdb.server.types.Attribute

                            if ((currType = nextType()) == null)
                                return null;
                            attrs = currType.attributes().iterator();
                        } while (!attrs.hasNext());
                    }
                    Attribute attr = attrs.next();
                    return new ValuesRow (rowType,
                            currType.name().unqualifiedName(),
                            attr.name(),
                            ++rowCounter);
                }
    View Full Code Here

    Examples of com.github.dynamicextensionsalfresco.webscripts.annotations.Attribute

        });
        ReflectionUtils.doWithMethods(beanType, new ReflectionUtils.MethodCallback() {

          @Override
          public void doWith(final Method method) throws IllegalArgumentException, IllegalAccessException {
            final Attribute attribute = AnnotationUtils.findAnnotation(method, Attribute.class);
            if (attribute != null) {
              if (AnnotationUtils.findAnnotation(method, Before.class) != null
                  || AnnotationUtils.findAnnotation(method, Uri.class) != null) {
                throw new RuntimeException(String.format(
                    "Cannot combine @Before, @Attribute and @Uri on a single method. Method: %s",
    View Full Code Here

    Examples of com.google.enterprise.connector.sharepoint.client.Attribute

      public void setAttribute(final String key, final String value) {
        if (attrs == null) {
          attrs = new ArrayList<Attribute>();
        }
        if (key != null) {
          attrs.add(new Attribute(key, value));
        }
      }
    View Full Code Here

    Examples of com.google.gdata.util.common.xml.XmlWriter.Attribute

      public void generateConfig(XmlWriter w,
                                 ExtensionProfile extProfile) throws IOException {


        List<Attribute> epAttrs = new ArrayList<Attribute>();
        epAttrs.add(new Attribute("arbitraryXml", allowsArbitraryXml));
        w.startElement(Namespaces.gdataConfigNs, "extensionProfile", epAttrs,
            nsDecls);

        for (XmlNamespace namespace : additionalNamespaces) {

          List<Attribute> nsAttrs = new ArrayList<Attribute>();
          nsAttrs.add(new Attribute("alias", namespace.getAlias()));
          nsAttrs.add(new Attribute("uri", namespace.getUri()));
          w.simpleElement(Namespaces.gdataConfigNs, "namespaceDescription",
                          nsAttrs, null);
        }

        //
        // Get a list of the extended classes sorted by class name
        //
        TreeSet<Class<?>> extensionSet = new TreeSet<Class<?>>(
            new Comparator<Class<?>>() {
              public int compare(Class<?> c1, Class<?> c2) {
                return c1.getName().compareTo(c2.getName());
              }
             
              @Override
              public boolean equals(Object c) {
                return this.getClass().equals(c.getClass());
              }
            });

        for (Class<?> extensionPoint : profile.keySet()) {
          extensionSet.add(extensionPoint);
        }

        for (Class<?> extensionPoint : extensionSet) {

          ExtensionManifest  manifest = profile.get(extensionPoint);

          List<Attribute> ptAttrs = new ArrayList<Attribute>();
          ptAttrs.add(new Attribute("extendedClass", extensionPoint.getName()));
          ptAttrs.add(new Attribute("arbitraryXml", manifest.arbitraryXml));
          w.startElement(Namespaces.gdataConfigNs, "extensionPoint", ptAttrs, null);

          // Create an ordered list of the descriptions in this profile
          TreeSet<ExtensionDescription> descSet =
            new TreeSet<ExtensionDescription>();
    View Full Code Here

    Examples of com.google.gxp.compiler.reparent.Attribute

            }

            for (final Map.Entry<String, Attribute> param : params.entrySet()) {
              final String name = param.getKey();
              final FormalParameter parameter = callee.getParameter(name);
              Attribute attr = param.getValue();
              if (parameter == null) {
                alertSink.add(new BadParameterError(attr.getValue(), callee, name));
                continue;
              }
              // TODO(harryh): maybe better to use a  DefaultingExpressionVisitor
              //               here?
              if (attr.getValue() instanceof ObjectConstant) {
                ObjectConstant oc = (ObjectConstant) attr.getValue();
                // TODO(harryh): maybe this should be in Validator?
                if (!parameter.regexMatches(oc)) {
                  alertSink.add(new InvalidParameterFailedRegexError(
                                    calleeName, name, parameter.getRegex(), oc));
                }
                attr = parameter.hasConstructor()
                    ? attr.withValue(new ConstructedConstant(oc, oc.getValue(), callee, parameter))
                    : attr.withValue(parameter.getType().parseObjectConstant(name, oc, alertSink));
              }

              attr = attr.withValue(prepareExpressionAsParameterValue(parameter, attr.getValue()));

              final Attribute updatedAttr = visitAttribute(attr);

              parameter.getType().acceptTypeVisitor(new DefaultingTypeVisitor<Void>() {
                protected Void defaultVisitType(Type type) {
                  newAttrBuilder.put(name, updatedAttr);
                  return null;
                }

                public Void visitBundleType(BundleType type) {
                  final AttributeValidator validator = type.getValidator(name);
                  String innerContentTypeString = validator.getContentType();
                  if (innerContentTypeString != null) {
                    Schema innerSchema = schemaFactory.fromContentTypeName(innerContentTypeString);
                    attrBundles.get(parameter.getPrimaryName()).put(validator,
                                                             updatedAttr.withInnerSchema(innerSchema));
                  } else {
                    attrBundles.get(parameter.getPrimaryName()).put(validator, updatedAttr);
                  }
                  return null;
                }
              });
            }

            // go through the attrBundleMap and turn each entry into an
            // AttrBundleParam and put this into the builder map.
            for (Map.Entry<String, Map<AttributeValidator, Attribute>> attrBundle :
                    attrBundles.entrySet()) {
              FormalParameter parameter = callee.getParameterByPrimary(attrBundle.getKey());
              BundleType bt = (BundleType) parameter.getType();

              // special case for the (common case) of a single bundle on the
              // callee side. In this case there is no mixing of attributes
              // between bundles so the GxpAttrBundleBuilder does not need to
              // include only some attributes from passed in bundles.  See the
              // empty constructor in j/c/g/gxp/base/GxpAttrBundleBuilder.java
              Set<String> includeAttrs = (attrBundles.size() == 1)
                  ? Collections.<String>emptySet() : bt.getAttrMap().keySet();

              AttrBundleParam newBundle =
                  new AttrBundleParam(call, callee.getSchema(), includeAttrs,
                                      attrBundle.getValue(), call.getAttrBundles());

              newAttrBuilder.put(attrBundle.getKey(),
                                 new Attribute(call, attrBundle.getKey(),
                                               newBundle, null));
            }

            // Handle content parameter
            FormalParameter contentParam = callee.getContentConsumingParameter();
            Expression content = prepareExpressionAsParameterValue(contentParam,
                                                                   apply(call.getContent()));
            boolean contentIgnorable = content.alwaysOnlyWhitespace();
            if (contentParam == null) {
              if (!contentIgnorable) {
                alertSink.add(new BadNodePlacementError(content, call));
              }
            } else {
              String paramName = contentParam.getPrimaryName();
              if (!contentIgnorable && params.containsKey(paramName)) {
                alertSink.add(new MultiValueAttributeError(call, params.get(paramName)));
              } else if (!contentIgnorable
                         || (!contentParam.hasDefault() && !params.containsKey(paramName))) {
                newAttrBuilder.put(contentParam.getPrimaryName(),
                                   new Attribute(call, paramName, content, null));
              }
            }

            requirements.add(callee);
            return new BoundCall(call, callee, newAttrBuilder.build());
    View Full Code Here

    Examples of com.google.testing.testify.risk.frontend.model.Attribute

          for (int aIndex = 0; aIndex < attributes.size(); aIndex++) {
            int row = cIndex + 1;
            int column = aIndex + 1;

            Component component = components.get(cIndex);
            Attribute attribute = attributes.get(aIndex);
            Integer key = Capability.getCapabilityIntersectionKey(component, attribute);

            grid.getCellFormatter().setStyleName(row, column, "tty-GridCell");
            if (row == highlightedCellRow && column == highlightedCellColumn) {
              grid.getCellFormatter().addStyleName(row, column, "tty-GridCellSelected");
    View Full Code Here

    Examples of com.googlecode.mashups4jsf.jsfplugin.digester.Attribute

        writer.write("\n");
      }

      private void writeAttributesDeclarations(BufferedWriter writer, Component component) throws IOException {
        for (Iterator attributeIterator = component.getAttributes().iterator(); attributeIterator.hasNext();) {
          Attribute attribute = (Attribute) attributeIterator.next();
          if(attribute.isIgnored())
            continue;

          String returnType = FacesMojoUtils.getWrapperType(attribute.getShortTypeName());
          writer.write("\tprivate " + returnType + " _" + attribute.getName() + ";\n");
        }
        writer.write("\n");
      }
    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.