Package org.eclipse.serializer.afs.types
Class WriteController.Disabled
- java.lang.Object
-
- org.eclipse.serializer.afs.types.WriteController.Disabled
-
- All Implemented Interfaces:
WriteController
- Enclosing interface:
- WriteController
public static final class WriteController.Disabled extends Object implements WriteController
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.serializer.afs.types.WriteController
WriteController.Disabled, WriteController.Enabled
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWritable()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.serializer.afs.types.WriteController
validateIsWritable
-
-
-
-
Method Detail
-
isWritable
public final boolean isWritable()
- Specified by:
isWritablein interfaceWriteController
-
-