如果我有一个<条码>(Enum)作为“helper,则以任何方式提及这一条码。” Enum out of the category it s helping?
基本上,我就是:
class Account extends MyClass {
HashMap<Property, String> property = new HashMap<Property, String>();
public Account() {
}
public enum Property {
USERID,
PASSWORD;
}
}
我想能够进入<代码>Property,在<代码>Account类别之外。
我之所以要这样做,是因为这是一个另一个类别中的下级<>m>,我希望能够在不提及独一无二的名称(即:不提及每一名称,即<代码>Accountproperty或Researchproperty
或-TaskProperty
等)。