Package com.yahoo.document
Class DataTypeName
java.lang.Object
com.yahoo.document.DataTypeName
A full document type name. The name is case sensitive. This is a value object.
- Author:
- bratseth
-
Constructor Summary
ConstructorsConstructorDescriptionDataTypeName(com.yahoo.text.Utf8Array name) DataTypeName(com.yahoo.text.Utf8String name) DataTypeName(String name) Creates a document name from a string of the form "name" -
Method Summary
-
Constructor Details
-
DataTypeName
Creates a document name from a string of the form "name"- Parameters:
name- The name string to parse.- Throws:
NumberFormatException- if the version part of the name is present but is not a number
-
DataTypeName
public DataTypeName(com.yahoo.text.Utf8Array name) -
DataTypeName
public DataTypeName(com.yahoo.text.Utf8String name)
-
-
Method Details