public abstract class CMSingleTypePropertyInfo<T,C extends T> extends CMPropertyInfo<T,C> implements MSingleTypePropertyInfo<T,C>
| Constructor and Description |
|---|
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
boolean required,
String defaultValue,
NamespaceContext defaultValueNamespaceContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
NamespaceContext |
getDefaultValueNamespaceContext() |
MTypeInfo<T,C> |
getTypeInfo() |
getClassInfo, getCustomizations, getOrigin, getPrivateName, getPublicName, isCollection, isRequiredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptPropertyInfoVisitor, getClassInfo, getPrivateName, getPublicName, isCollection, isRequiredgetOriginpublic CMSingleTypePropertyInfo(MPropertyInfoOrigin origin, MClassInfo<T,C> classInfo, String privateName, boolean collection, MTypeInfo<T,C> typeInfo, boolean required, String defaultValue, NamespaceContext defaultValueNamespaceContext)
public String getDefaultValue()
getDefaultValue in interface MDefaultValuepublic NamespaceContext getDefaultValueNamespaceContext()
getDefaultValueNamespaceContext in interface MDefaultValueCopyright © 2005-2016. All Rights Reserved.