public abstract class MetaConsentType
extends java.lang.Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
MetaConsentType.ConsentTypeRuntime |
| コンストラクタと説明 |
|---|
MetaConsentType() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract void |
applyConfig(ConsentTypeDefinition consentType) |
MetaConsentType |
copy() |
static MetaConsentType |
createInstance(ConsentTypeDefinition consentType) |
abstract MetaConsentType.ConsentTypeRuntime |
createRuntime(java.lang.String metaId,
ClientType ct) |
abstract ConsentTypeDefinition |
currentConfig() |
public MetaConsentType copy()
public abstract void applyConfig(ConsentTypeDefinition consentType)
public abstract ConsentTypeDefinition currentConfig()
public abstract MetaConsentType.ConsentTypeRuntime createRuntime(java.lang.String metaId, ClientType ct)
public static MetaConsentType createInstance(ConsentTypeDefinition consentType)