public class ComponentName extends Object implements Serializable
| Constructor and Description |
|---|
ComponentName(ComponentType type,
String name)
build ComponentName by component type and component name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Gets the name part of the component name.
|
String |
getRawName() |
ComponentType |
getType() |
int |
hashCode() |
String |
toString() |
public ComponentName(ComponentType type, String name)
type - component typename - component namepublic final ComponentType getType()
public final String getName()
public final String getRawName()
Copyright © 2021. All rights reserved.