-
public class SourceUriType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerSOURCE_TYPE_UNKNOWNprivate final IntegerSOURCE_TYPE_NETWORKprivate final IntegerSOURCE_TYPE_LOCAL_FILEprivate final IntegerSOURCE_TYPE_LOCAL_VIDEO_FILEprivate final IntegerSOURCE_TYPE_LOCAL_IMAGE_FILEprivate final IntegerSOURCE_TYPE_LOCAL_CONTENTprivate final IntegerSOURCE_TYPE_LOCAL_ASSETprivate final IntegerSOURCE_TYPE_LOCAL_RESOURCEprivate final IntegerSOURCE_TYPE_DATAprivate final IntegerSOURCE_TYPE_QUALIFIED_RESOURCEpublic final static SourceUriType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetSOURCE_TYPE_UNKNOWN()final IntegergetSOURCE_TYPE_NETWORK()final IntegergetSOURCE_TYPE_LOCAL_FILE()final IntegergetSOURCE_TYPE_LOCAL_VIDEO_FILE()final IntegergetSOURCE_TYPE_LOCAL_IMAGE_FILE()final IntegergetSOURCE_TYPE_LOCAL_CONTENT()final IntegergetSOURCE_TYPE_LOCAL_ASSET()final IntegergetSOURCE_TYPE_LOCAL_RESOURCE()final IntegergetSOURCE_TYPE_DATA()final IntegergetSOURCE_TYPE_QUALIFIED_RESOURCE()-
-
Method Detail
-
getSOURCE_TYPE_UNKNOWN
final Integer getSOURCE_TYPE_UNKNOWN()
-
getSOURCE_TYPE_NETWORK
final Integer getSOURCE_TYPE_NETWORK()
-
getSOURCE_TYPE_LOCAL_FILE
final Integer getSOURCE_TYPE_LOCAL_FILE()
-
getSOURCE_TYPE_LOCAL_VIDEO_FILE
final Integer getSOURCE_TYPE_LOCAL_VIDEO_FILE()
-
getSOURCE_TYPE_LOCAL_IMAGE_FILE
final Integer getSOURCE_TYPE_LOCAL_IMAGE_FILE()
-
getSOURCE_TYPE_LOCAL_CONTENT
final Integer getSOURCE_TYPE_LOCAL_CONTENT()
-
getSOURCE_TYPE_LOCAL_ASSET
final Integer getSOURCE_TYPE_LOCAL_ASSET()
-
getSOURCE_TYPE_LOCAL_RESOURCE
final Integer getSOURCE_TYPE_LOCAL_RESOURCE()
-
getSOURCE_TYPE_DATA
final Integer getSOURCE_TYPE_DATA()
-
getSOURCE_TYPE_QUALIFIED_RESOURCE
final Integer getSOURCE_TYPE_QUALIFIED_RESOURCE()
-
-
-
-