public class NullTraitType extends Object implements TraitType, Thing, Externalizable
traitNameField| Constructor and Description |
|---|
NullTraitType() |
NullTraitType(BitSet code) |
| Modifier and Type | Method and Description |
|---|---|
String |
_getTraitName() |
BitSet |
_getTypeCode() |
boolean |
_hasTypeCode(BitSet typeCode) |
boolean |
_isVirtual() |
void |
_setTypeCode(BitSet typeCode) |
Object |
getCore() |
Map<String,Object> |
getFields() |
boolean |
isTop() |
void |
readExternal(ObjectInput objectInput) |
void |
writeExternal(ObjectOutput objectOutput) |
public NullTraitType()
public NullTraitType(BitSet code)
public BitSet _getTypeCode()
_getTypeCode in interface TraitTypepublic boolean _isVirtual()
_isVirtual in interface TraitTypepublic String _getTraitName()
_getTraitName in interface TraitTypepublic boolean _hasTypeCode(BitSet typeCode)
_hasTypeCode in interface TraitTypepublic void _setTypeCode(BitSet typeCode)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.