|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface Attribute
接口 Attribute 是由任何一个打印属性类实现的基本接口,用于指示该类表示某一打印属性。所有打印属性都是可序列化的。
方法摘要 | |
---|---|
Class<? extends Attribute> |
getCategory()
将此打印属性值添加到属性集时,为它获取用作“类别”的打印属性类。 |
String |
getName()
获取类别的名称,此属性值是该类别的一个实例。 |
方法详细信息 |
---|
Class<? extends Attribute> getCategory()
java.lang.Class
的一个实例。String getName()
注: 此方法用于为属性的类别提供默认的非本地化字符串。如果两个属性对象从 getCategory()
方法返回相同的类别,则它们应从 getName()
方法返回相同的名称。
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。