Package com.enonic.xp.descriptor
Class Descriptor
- java.lang.Object
-
- com.enonic.xp.descriptor.Descriptor
-
- Direct Known Subclasses:
ComponentDescriptor
,TaskDescriptor
,WidgetDescriptor
public abstract class Descriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description Descriptor(DescriptorKey key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationKey
getApplicationKey()
DescriptorKey
getKey()
String
getName()
-
-
-
Constructor Detail
-
Descriptor
public Descriptor(DescriptorKey key)
-
-
Method Detail
-
getKey
public final DescriptorKey getKey()
-
getName
public final String getName()
-
getApplicationKey
public final ApplicationKey getApplicationKey()
-
-