代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/312185/3675439
java attribute.java
package jboost.examples;
import jboost.monitor.Monitor;
/** holds value of a single attribute of an Instance */
public class Attribute {
public static void main(String[] argv) {
Attribute a =
www.eeworm.com/read/311076/3688078
java attribute.java
package org.kxml;
/** Attribute class, used by both kDom and the pullparser. The
instances of this class are immutable. This restriction allows
manipulation aware element implementations wi
www.eeworm.com/read/309013/3708102
java attribute.java
/*--
$Id: Attribute.java,v 1.56 2007/11/10 05:28:58 jhunter Exp $
Copyright (C) 2000-2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binar
www.eeworm.com/read/307965/3719805
java attribute.java
/*
* Author jyang
* Created on 2006-4-3 17:33:59
*/
package com.jasml.classes;
public class Attribute {
// two byte attribute name index into constant pool, for attribute already known,
www.eeworm.com/read/307055/3729363
java attribute.java
package com.heaton.bot;
/**
* The Attribute class stores a list of named value pairs.
* Optionally the value can have delimiters such as ' or ".
*
*
* Copyright 2001-2003 by Jeff Heaton (http://
www.eeworm.com/read/307055/3729397
java~ attribute.java~
package com.heaton.bot;
/**
* The Attribute class stores a list of named value pairs.
* Optionally the value can have delimiters such as ' or ".
*
*
* Copyright 2001-2003 by Jeff Heaton (http://
www.eeworm.com/read/306512/3738030
java attribute.java
package com.heaton.bot;
/**
* The Attribute class stores a list of named value pairs.
* Optionally the value can have delimiters such as ' or ".
*
*
* Copyright 2001-2003 by Jeff Heaton (http://
www.eeworm.com/read/306512/3738064
java~ attribute.java~
package com.heaton.bot;
/**
* The Attribute class stores a list of named value pairs.
* Optionally the value can have delimiters such as ' or ".
*
*
* Copyright 2001-2003 by Jeff Heaton (http://
www.eeworm.com/read/305285/3776037
java attribute.java
/*
* Copyright 2001 (C) MetaStuff, Ltd. All Rights Reserved.
*
* This software is open source.
* See the bottom of this file for the licence.
*
* $Id: Attribute.java,v 1.3 2003/06/10 16:18:31 pe