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.