Package com.enonic.xp.schema.xdata
Class XDataName
- java.lang.Object
-
- com.enonic.xp.schema.BaseSchemaName
-
- com.enonic.xp.schema.xdata.XDataName
-
- All Implemented Interfaces:
Comparable<XDataName>
@PublicApi public final class XDataName extends BaseSchemaName implements Comparable<XDataName>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(XDataName that)
static XDataName
from(ApplicationKey applicationKey, String localName)
static XDataName
from(String xdataName)
String
getApplicationPrefix()
-
Methods inherited from class com.enonic.xp.schema.BaseSchemaName
equals, getApplicationKey, getLocalName, hashCode, toString
-
-
-
-
Method Detail
-
from
public static XDataName from(ApplicationKey applicationKey, String localName)
-
getApplicationPrefix
public String getApplicationPrefix()
-
compareTo
public int compareTo(XDataName that)
- Specified by:
compareTo
in interfaceComparable<XDataName>
-
-