Uses of Class
de.mguennewig.pobjects.PObjSyntaxException

Packages that use PObjSyntaxException
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of PObjSyntaxException in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that throw PObjSyntaxException
 void TypeRef.checkSyntax(java.lang.String value)
          
 void Type.checkSyntax(java.lang.String value)
           
 void StringType.checkSyntax(java.lang.String value)
          
 void ScalarType.checkSyntax(java.lang.String value)
          
 void NumericType.checkSyntax(java.lang.String value)
          
 void ISSNType.checkSyntax(java.lang.String value)
          
 void ISRCType.checkSyntax(java.lang.String value)
          
 void IPv4Type.checkSyntax(java.lang.String value)
          
 void IPv4NetworkType.checkSyntax(java.lang.String value)
          
 void Int32Type.checkSyntax(java.lang.String value)
          
 java.lang.Object TypeRef.parse(java.lang.String value)
          Map value to its internal representation.
 java.lang.Object Type.parse(java.lang.String value)
          Map value to its internal representation.
 java.lang.Object TimeStampType.parse(java.lang.String value)
          Map value to its internal representation.
 java.lang.Object AbstractType.parse(java.lang.String value)
          Map value to its internal representation.
 java.lang.Object TypeRef.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object Type.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object TimeStampType.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object NumericType.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object Int32Type.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object DoubleType.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.
 java.lang.Object BooleanType.parseNative(java.lang.String value)
          Parse value according to the `native' string representation of this type.