Home | History | Annotate | Download | only in api

Lines Matching defs:mType

27     private final ResourceType mType;
32 mType = type;
37 mType = type;
42 return mType;
52 return mType.getName();
81 return "ResourceValue [" + mType + "/" + getName() + " = " + mValue //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
92 result = prime * result + ((mType == null) ? 0 : mType.hashCode());
109 if (mType == null) {
110 if (other.mType != null)
112 } else if (!mType.equals(other.mType))