public interface Attribute extends Serializable
类<? extends Attribute> getCategory()
java.lang.Class
类实例。
String getName()
注:这种方法的目的是提供一个默认的,非本地化的字符串属性的类别。如果两个属性对象返回从getCategory()
方法一类,他们应该从getName()
方法返回相同的名称。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.